s

spring-annotations-tester

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