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