| GroupId | GroupIdcom.github.Andy-Shao | 
|---|---|
| ArtifactId | ArtifactIdGear-dependencies | 
| Version | Version1.2.0.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| Gear-dependencies-1.2.0.RELEASE.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-dependencies/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>Gear-dependencies</artifactId>
    <version>1.2.0.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-dependencies/
implementation 'com.github.Andy-Shao:Gear-dependencies:1.2.0.RELEASE'// https://jarcasting.com/artifacts/com.github.Andy-Shao/Gear-dependencies/
implementation ("com.github.Andy-Shao:Gear-dependencies:1.2.0.RELEASE")'com.github.Andy-Shao:Gear-dependencies:pom:1.2.0.RELEASE'<dependency org="com.github.Andy-Shao" name="Gear-dependencies" rev="1.2.0.RELEASE">
  <artifact name="Gear-dependencies" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.Andy-Shao', module='Gear-dependencies', version='1.2.0.RELEASE')
)libraryDependencies += "com.github.Andy-Shao" % "Gear-dependencies" % "1.2.0.RELEASE"[com.github.Andy-Shao/Gear-dependencies "1.2.0.RELEASE"]