License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.fenghongzhang |
ArtifactId | ArtifactIdjava-tools |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-tools
This is java util
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-tools-1.0.0.pom | |
java-tools-1.0.0.jar | 3 KB |
java-tools-1.0.0-sources.jar | 1013 bytes |
java-tools-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fenghongzhang/java-tools/ -->
<dependency>
<groupId>com.fenghongzhang</groupId>
<artifactId>java-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fenghongzhang/java-tools/
implementation 'com.fenghongzhang:java-tools:1.0.0'
// https://jarcasting.com/artifacts/com.fenghongzhang/java-tools/
implementation ("com.fenghongzhang:java-tools:1.0.0")
'com.fenghongzhang:java-tools:jar:1.0.0'
<dependency org="com.fenghongzhang" name="java-tools" rev="1.0.0">
<artifact name="java-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fenghongzhang', module='java-tools', version='1.0.0')
)
libraryDependencies += "com.fenghongzhang" % "java-tools" % "1.0.0"
[com.fenghongzhang/java-tools "1.0.0"]