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