GroupId | GroupIdorg.graniteds |
---|---|
ArtifactId | ArtifactIdgranite-server-toplink |
Version | Version3.0.0.GA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graniteds/granite-server-toplink/ -->
<dependency>
<groupId>org.graniteds</groupId>
<artifactId>granite-server-toplink</artifactId>
<version>3.0.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-server-toplink/
implementation 'org.graniteds:granite-server-toplink:3.0.0.GA'
// https://jarcasting.com/artifacts/org.graniteds/granite-server-toplink/
implementation ("org.graniteds:granite-server-toplink:3.0.0.GA")
'org.graniteds:granite-server-toplink:jar:3.0.0.GA'
<dependency org="org.graniteds" name="granite-server-toplink" rev="3.0.0.GA">
<artifact name="granite-server-toplink" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-server-toplink', version='3.0.0.GA')
)
libraryDependencies += "org.graniteds" % "granite-server-toplink" % "3.0.0.GA"
[org.graniteds/granite-server-toplink "3.0.0.GA"]