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