Files download
File Operation
Gear-Maven-Manager-3.0.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.github.Andy-Shao</groupId>
  <artifactId>Gear-Maven-Manager</artifactId>
  <version>3.0.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.Andy-Shao:Gear-Maven-Manager:3.0.0.RELEASE'
Gradle Kotlin
implementation("com.github.Andy-Shao:Gear-Maven-Manager:3.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.Andy-Shao" % "Gear-Maven-Manager" % "3.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.Andy-Shao', module='Gear-Maven-Manager', version='3.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.Andy-Shao" name="Gear-Maven-Manager" rev="3.0.0.RELEASE" />
Leiningen
[com.github.Andy-Shao/Gear-Maven-Manager "3.0.0.RELEASE"]
Apache Buildr
'com.github.Andy-Shao:Gear-Maven-Manager:jar:3.0.0.RELEASE'