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