License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.nantianba |
ArtifactId | ArtifactIdeasy-tools |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsome easy tools for java
|
Filename | Size |
---|---|
easy-tools-0.1.pom | |
easy-tools-0.1.jar | 31 KB |
easy-tools-0.1-sources.jar | 16 KB |
easy-tools-0.1-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nantianba/easy-tools/ -->
<dependency>
<groupId>com.github.nantianba</groupId>
<artifactId>easy-tools</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nantianba/easy-tools/
implementation 'com.github.nantianba:easy-tools:0.1'
// https://jarcasting.com/artifacts/com.github.nantianba/easy-tools/
implementation ("com.github.nantianba:easy-tools:0.1")
'com.github.nantianba:easy-tools:jar:0.1'
<dependency org="com.github.nantianba" name="easy-tools" rev="0.1">
<artifact name="easy-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nantianba', module='easy-tools', version='0.1')
)
libraryDependencies += "com.github.nantianba" % "easy-tools" % "0.1"
[com.github.nantianba/easy-tools "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |