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