s

spring-annotations-test-harness

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