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