c

cdi-annotations-tester

Runs Annotations tests using the Guice test harness
https://github.com/jsr107/jsr107tck
Files download
File Operation
cdi-annotations-tester-1.0.0-RC1.jar download
cdi-annotations-tester-1.0.0-RC1.pom download
cdi-annotations-tester-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>cdi-annotations-tester</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:cdi-annotations-tester:1.0.0-RC1'
Gradle Kotlin
implementation("javax.cache:cdi-annotations-tester:1.0.0-RC1")
Scala SBT
libraryDependencies += "javax.cache" % "cdi-annotations-tester" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='cdi-annotations-tester', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="javax.cache" name="cdi-annotations-tester" rev="1.0.0-RC1" />
Leiningen
[javax.cache/cdi-annotations-tester "1.0.0-RC1"]
Apache Buildr
'javax.cache:cdi-annotations-tester:jar:1.0.0-RC1'