s

spring-annotations-test-harness

Test harness for Spring annotations RI
https://github.com/jsr107/jsr107tck
文件下载
文件名 操作
spring-annotations-test-harness-0.3.jar 下载
spring-annotations-test-harness-0.3.pom 下载
spring-annotations-test-harness-0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>spring-annotations-test-harness</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:spring-annotations-test-harness:0.3'
Gradle Kotlin
implementation("javax.cache:spring-annotations-test-harness:0.3")
Scala SBT
libraryDependencies += "javax.cache" % "spring-annotations-test-harness" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='spring-annotations-test-harness', version='0.3')
)
Apache Ivy
<dependency org="javax.cache" name="spring-annotations-test-harness" rev="0.3" />
Leiningen
[javax.cache/spring-annotations-test-harness "0.3"]
Apache Buildr
'javax.cache:spring-annotations-test-harness:jar:0.3'