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