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