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