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