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