| GroupId | GroupIdcom.github.Andy-Shao | 
|---|---|
| ArtifactId | ArtifactIdGear | 
| Version | Version3.3.3.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| Gear-3.3.3.RELEASE.pom | |
| Gear-3.3.3.RELEASE.jar | 362 KB | 
| Gear-3.3.3.RELEASE-sources.jar | 202 KB | 
| Gear-3.3.3.RELEASE-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>Gear</artifactId>
    <version>3.3.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear/
implementation 'com.github.Andy-Shao:Gear:3.3.3.RELEASE'// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear/
implementation ("com.github.Andy-Shao:Gear:3.3.3.RELEASE")'com.github.Andy-Shao:Gear:jar:3.3.3.RELEASE'<dependency org="com.github.Andy-Shao" name="Gear" rev="3.3.3.RELEASE">
  <artifact name="Gear" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.Andy-Shao', module='Gear', version='3.3.3.RELEASE')
)libraryDependencies += "com.github.Andy-Shao" % "Gear" % "3.3.3.RELEASE"[com.github.Andy-Shao/Gear "3.3.3.RELEASE"]