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