g

guice-annotations-test-harness

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