is not current version
Last Version 4.0

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

Some thing about the useful tools of the JDK 1.8.

GroupId

GroupId

com.github.Andy-Shao
ArtifactId

ArtifactId

Useful-Tools
Version

Version

2.0
Type

Type

jar

Download Useful-Tools 2.0


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