c

cdi-weld-annotations-test-harness

Test harness for Spring annotations RI
https://github.com/jsr107/jsr107tck
Files download
File Operation
cdi-weld-annotations-test-harness-0.8.jar download
cdi-weld-annotations-test-harness-0.8.pom download
cdi-weld-annotations-test-harness-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>cdi-weld-annotations-test-harness</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:cdi-weld-annotations-test-harness:0.8'
Gradle Kotlin
implementation("javax.cache:cdi-weld-annotations-test-harness:0.8")
Scala SBT
libraryDependencies += "javax.cache" % "cdi-weld-annotations-test-harness" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='cdi-weld-annotations-test-harness', version='0.8')
)
Apache Ivy
<dependency org="javax.cache" name="cdi-weld-annotations-test-harness" rev="0.8" />
Leiningen
[javax.cache/cdi-weld-annotations-test-harness "0.8"]
Apache Buildr
'javax.cache:cdi-weld-annotations-test-harness:jar:0.8'