Skip to content

UnitAuto Java 库,可通过 Maven, Gradle 等远程依赖。UnitAuto Java Library for remote dependencies with Maven, Gradle, etc.

License

Notifications You must be signed in to change notification settings

TommyLemon/unitauto-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unitauto-java

UnitAuto Java 库,可通过 Maven, Gradle 等远程依赖。
UnitAuto Java Library for remote dependencies with Maven, Gradle, etc.

Maven

1. 在 pom.xml 中添加 JitPack 仓库

1. Add the JitPack repository to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

2. 在 pom.xml 中添加 unitauto-java 依赖

2. Add the unitauto-java dependency to pom.xml

	<dependency>
	    <groupId>com.github.TommyLemon</groupId>
	    <artifactId>unitauto-java</artifactId>
	    <version>LATEST</version>
	</dependency>



Gradle

1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库

1. Add the JitPack repository in your root build.gradle at the end of repositories

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

2. 在项目某个 module 目录(例如 app) build.gradle 中添加 unitauto-java 依赖

2. Add the unitauto-java dependency in one of your modules(such as app)

	dependencies {
	        implementation 'com.github.TommyLemon:unitauto-java:latest'
	}

About

UnitAuto Java 库,可通过 Maven, Gradle 等远程依赖。UnitAuto Java Library for remote dependencies with Maven, Gradle, etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages