MVN

cn.gateside : Gattmg

Maven & Gradle

Jul 14, 2021

Gattmg

<dependency>
    <groupId>cn.gateside</groupId>
    <artifactId>Gattmg</artifactId>
    <version>2.1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.gateside : Gattmg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.20

All Versions

Choose a version of cn.gateside : Gattmg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
Gattmg-2.1.20
Gattmg-2.1.19
Gattmg-2.1.18
Gattmg-2.1.15
Gattmg-2.1.10
2.0.x
Gattmg-2.0.9
Gattmg-2.0.8
Gattmg-2.0.7
Gattmg-2.0.6
Gattmg-2.0.5
Gattmg-2.0.4
Gattmg-2.0.3
Gattmg-2.0.2
Gattmg-2.0.1

How to add a dependency to Maven

Add the following cn.gateside : Gattmg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.gateside</groupId>
    <artifactId>Gattmg</artifactId>
    <version>2.1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.gateside : Gattmg gradle dependency to your build.gradle file:

implementation 'cn.gateside:Gattmg:2.1.20'

Gradle Kotlin DSL: Add the following cn.gateside : Gattmg gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.gateside:Gattmg:2.1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.gateside : Gattmg sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.gateside" % "Gattmg" % "2.1.20"

Advertisement