is not current version
Last Version 4.0

com.github.Andy-Shao:Useful-Tools 1.0

Some thing about the useful tools of the JDK 1.8.

GroupId

GroupId

com.github.Andy-Shao
ArtifactId

ArtifactId

Useful-Tools
Version

Version

1.0
Type

Type

jar

Download Useful-Tools 1.0


<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>Useful-Tools</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation 'com.github.Andy-Shao:Useful-Tools:1.0'
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation ("com.github.Andy-Shao:Useful-Tools:1.0")
'com.github.Andy-Shao:Useful-Tools:jar:1.0'
<dependency org="com.github.Andy-Shao" name="Useful-Tools" rev="1.0">
  <artifact name="Useful-Tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Andy-Shao', module='Useful-Tools', version='1.0')
)
libraryDependencies += "com.github.Andy-Shao" % "Useful-Tools" % "1.0"
[com.github.Andy-Shao/Useful-Tools "1.0"]