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