Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcn.gateside |
ArtifactId | ArtifactIdGattmg |
Version | Version2.1.15 |
Type | Typejar |
Filename | Size |
---|---|
Gattmg-2.1.15.pom | |
Gattmg-2.1.15.jar | 34 KB |
Gattmg-2.1.15-sources.jar | 20 KB |
Gattmg-2.1.15-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.gateside/Gattmg/ -->
<dependency>
<groupId>cn.gateside</groupId>
<artifactId>Gattmg</artifactId>
<version>2.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/cn.gateside/Gattmg/
implementation 'cn.gateside:Gattmg:2.1.15'
// https://jarcasting.com/artifacts/cn.gateside/Gattmg/
implementation ("cn.gateside:Gattmg:2.1.15")
'cn.gateside:Gattmg:jar:2.1.15'
<dependency org="cn.gateside" name="Gattmg" rev="2.1.15">
<artifact name="Gattmg" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.gateside', module='Gattmg', version='2.1.15')
)
libraryDependencies += "cn.gateside" % "Gattmg" % "2.1.15"
[cn.gateside/Gattmg "2.1.15"]