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