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