Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdjava-tool |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
java-tool-1.2.pom | |
java-tool-1.2.jar | 47 KB |
java-tool-1.2-sources.jar | 28 KB |
java-tool-1.2-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>java-tool</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation 'com.github.shoothzj:java-tool:1.2'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation ("com.github.shoothzj:java-tool:1.2")
'com.github.shoothzj:java-tool:jar:1.2'
<dependency org="com.github.shoothzj" name="java-tool" rev="1.2">
<artifact name="java-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-tool', version='1.2')
)
libraryDependencies += "com.github.shoothzj" % "java-tool" % "1.2"
[com.github.shoothzj/java-tool "1.2"]