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