Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcn.gateside |
ArtifactId | ArtifactIdGAT |
Version | Version2.1.11 |
Type | Typepom |
Filename | Size |
---|---|
GAT-2.1.11.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.gateside/GAT/ -->
<dependency>
<groupId>cn.gateside</groupId>
<artifactId>GAT</artifactId>
<version>2.1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation 'cn.gateside:GAT:2.1.11'
// https://jarcasting.com/artifacts/cn.gateside/GAT/
implementation ("cn.gateside:GAT:2.1.11")
'cn.gateside:GAT:pom:2.1.11'
<dependency org="cn.gateside" name="GAT" rev="2.1.11">
<artifact name="GAT" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.gateside', module='GAT', version='2.1.11')
)
libraryDependencies += "cn.gateside" % "GAT" % "2.1.11"
[cn.gateside/GAT "2.1.11"]