is not current version
Last Version 3.0.0.M3

org.graniteds:granite-core 2.2.1.GA


GroupId

GroupId

org.graniteds
ArtifactId

ArtifactId

granite-core
Version

Version

2.2.1.GA
Type

Type

jar

Download granite-core 2.2.1.GA


<!-- https://jarcasting.com/artifacts/org.graniteds/granite-core/ -->
<dependency>
    <groupId>org.graniteds</groupId>
    <artifactId>granite-core</artifactId>
    <version>2.2.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-core/
implementation 'org.graniteds:granite-core:2.2.1.GA'
// https://jarcasting.com/artifacts/org.graniteds/granite-core/
implementation ("org.graniteds:granite-core:2.2.1.GA")
'org.graniteds:granite-core:jar:2.2.1.GA'
<dependency org="org.graniteds" name="granite-core" rev="2.2.1.GA">
  <artifact name="granite-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-core', version='2.2.1.GA')
)
libraryDependencies += "org.graniteds" % "granite-core" % "2.2.1.GA"
[org.graniteds/granite-core "2.2.1.GA"]