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