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-1.0.1.jar download
cdi-weld-annotations-test-harness-1.0.1.pom download
cdi-weld-annotations-test-harness-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>cdi-weld-annotations-test-harness</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:cdi-weld-annotations-test-harness:1.0.1'
Gradle Kotlin
implementation("javax.cache:cdi-weld-annotations-test-harness:1.0.1")
Scala SBT
libraryDependencies += "javax.cache" % "cdi-weld-annotations-test-harness" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='cdi-weld-annotations-test-harness', version='1.0.1')
)
Apache Ivy
<dependency org="javax.cache" name="cdi-weld-annotations-test-harness" rev="1.0.1" />
Leiningen
[javax.cache/cdi-weld-annotations-test-harness "1.0.1"]
Apache Buildr
'javax.cache:cdi-weld-annotations-test-harness:jar:1.0.1'