GroupId | GroupIdjavax.cache |
---|---|
ArtifactId | ArtifactIdcdi-weld-annotations-test-harness |
Version | Version0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/javax.cache/cdi-weld-annotations-test-harness/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cdi-weld-annotations-test-harness</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/cdi-weld-annotations-test-harness/
implementation 'javax.cache:cdi-weld-annotations-test-harness:0.6'
// https://jarcasting.com/artifacts/javax.cache/cdi-weld-annotations-test-harness/
implementation ("javax.cache:cdi-weld-annotations-test-harness:0.6")
'javax.cache:cdi-weld-annotations-test-harness:jar:0.6'
<dependency org="javax.cache" name="cdi-weld-annotations-test-harness" rev="0.6">
<artifact name="cdi-weld-annotations-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='cdi-weld-annotations-test-harness', version='0.6')
)
libraryDependencies += "javax.cache" % "cdi-weld-annotations-test-harness" % "0.6"
[javax.cache/cdi-weld-annotations-test-harness "0.6"]