g

guice-annotations-tester

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