is not current version
Last Version 4.0.2.RELEASE

com.github.Andy-Shao:Gear 1.0

Some thing about the useful tools of the JDK 1.8.

GroupId

GroupId

com.github.Andy-Shao
ArtifactId

ArtifactId

Gear
Version

Version

1.0
Type

Type

jar

Download Gear 1.0


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