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