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