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