| GroupId | GroupIdorg.graniteds |
|---|---|
| ArtifactId | ArtifactIdgranite-root |
| Version | Version1.2.0.RC1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| granite-root-1.2.0.RC1.pom | 883 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graniteds/granite-root/ -->
<dependency>
<groupId>org.graniteds</groupId>
<artifactId>granite-root</artifactId>
<version>1.2.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-root/
implementation 'org.graniteds:granite-root:1.2.0.RC1'
// https://jarcasting.com/artifacts/org.graniteds/granite-root/
implementation ("org.graniteds:granite-root:1.2.0.RC1")
'org.graniteds:granite-root:pom:1.2.0.RC1'
<dependency org="org.graniteds" name="granite-root" rev="1.2.0.RC1">
<artifact name="granite-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-root', version='1.2.0.RC1')
)
libraryDependencies += "org.graniteds" % "granite-root" % "1.2.0.RC1"
[org.graniteds/granite-root "1.2.0.RC1"]