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