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