License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.nantianba |
ArtifactId | ArtifactIdtools |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Easy Tool
some easy tools for java
|
Filename | Size |
---|---|
tools-0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nantianba/tools/ -->
<dependency>
<groupId>com.github.nantianba</groupId>
<artifactId>tools</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nantianba/tools/
implementation 'com.github.nantianba:tools:0.1'
// https://jarcasting.com/artifacts/com.github.nantianba/tools/
implementation ("com.github.nantianba:tools:0.1")
'com.github.nantianba:tools:pom:0.1'
<dependency org="com.github.nantianba" name="tools" rev="0.1">
<artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nantianba', module='tools', version='0.1')
)
libraryDependencies += "com.github.nantianba" % "tools" % "0.1"
[com.github.nantianba/tools "0.1"]