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