| GroupId | GroupIdorg.graniteds |
|---|---|
| ArtifactId | ArtifactIdgranite-core |
| Version | Version3.0.0.M2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| granite-core-3.0.0.M2.pom | |
| granite-core-3.0.0.M2.jar | 920 KB |
| granite-core-3.0.0.M2-sources.jar | 705 KB |
| granite-core-3.0.0.M2-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graniteds/granite-core/ -->
<dependency>
<groupId>org.graniteds</groupId>
<artifactId>granite-core</artifactId>
<version>3.0.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-core/
implementation 'org.graniteds:granite-core:3.0.0.M2'
// https://jarcasting.com/artifacts/org.graniteds/granite-core/
implementation ("org.graniteds:granite-core:3.0.0.M2")
'org.graniteds:granite-core:jar:3.0.0.M2'
<dependency org="org.graniteds" name="granite-core" rev="3.0.0.M2">
<artifact name="granite-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-core', version='3.0.0.M2')
)
libraryDependencies += "org.graniteds" % "granite-core" % "3.0.0.M2"
[org.graniteds/granite-core "3.0.0.M2"]