| GroupId | GroupIdorg.graniteds |
|---|---|
| ArtifactId | ArtifactIdgranite-seam21 |
| Version | Version2.1.0.RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| granite-seam21-2.1.0.RC2.pom | |
| granite-seam21-2.1.0.RC2.jar | 94 KB |
| granite-seam21-2.1.0.RC2-sources.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graniteds/granite-seam21/ -->
<dependency>
<groupId>org.graniteds</groupId>
<artifactId>granite-seam21</artifactId>
<version>2.1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-seam21/
implementation 'org.graniteds:granite-seam21:2.1.0.RC2'
// https://jarcasting.com/artifacts/org.graniteds/granite-seam21/
implementation ("org.graniteds:granite-seam21:2.1.0.RC2")
'org.graniteds:granite-seam21:jar:2.1.0.RC2'
<dependency org="org.graniteds" name="granite-seam21" rev="2.1.0.RC2">
<artifact name="granite-seam21" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-seam21', version='2.1.0.RC2')
)
libraryDependencies += "org.graniteds" % "granite-seam21" % "2.1.0.RC2"
[org.graniteds/granite-seam21 "2.1.0.RC2"]