MVN

com.github.Andy-Shao : Gear

Maven & Gradle

Mar 03, 2023
12 usages
0 stars

Gear · Enhance and formating the coding of JDK

<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>Gear</artifactId>
    <version>4.0.5.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Andy-Shao : Gear to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5.RELEASE

All Versions

Choose a version of com.github.Andy-Shao : Gear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
Gear-4.0.5.RELEASE
Gear-4.0.4.RELEASE
Gear-4.0.3.RELEASE
Gear-4.0.2.RELEASE
Gear-4.0.1.RELEASE
Gear-4.0.0.RELEASE
3.3.x
Gear-3.3.8.RELEASE
Gear-3.3.7.RELEASE
Gear-3.3.6.RELEASE
Gear-3.3.5.RELEASE
Gear-3.3.4.RELEASE
Gear-3.3.3.RELEASE
Gear-3.3.2.RELEASE
Gear-3.3.1.RELEASE
Gear-3.3.0.RELEASE
3.2.x
Gear-3.2.13.RELEASE
Gear-3.2.12.RELEASE
Gear-3.2.11.RELEASE
Gear-3.2.10.RELEASE
Gear-3.2.9.RELEASE
Gear-3.2.8.RELEASE
Gear-3.2.7.RELEASE
Gear-3.2.6.RELEASE
Gear-3.2.5.RELEASE
Gear-3.2.4.RELEASE
Gear-3.2.3-RELEASE
Gear-3.2.2
Gear-3.2.1
3.2
Gear-3.2
3.1
Gear-3.1
3.0
Gear-3.0
2.4
Gear-2.4
2.3
Gear-2.3
2.2
Gear-2.2
2.1
Gear-2.1
2.0
Gear-2.0
1.0
Gear-1.0

How to add a dependency to Maven

Add the following com.github.Andy-Shao : Gear maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>Gear</artifactId>
    <version>4.0.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.Andy-Shao : Gear gradle dependency to your build.gradle file:

implementation 'com.github.Andy-Shao:Gear:4.0.5.RELEASE'

Gradle Kotlin DSL: Add the following com.github.Andy-Shao : Gear gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.Andy-Shao:Gear:4.0.5.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.Andy-Shao : Gear sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.Andy-Shao" % "Gear" % "4.0.5.RELEASE"

Advertisement