is not current version
Last Version 1.1.1

javax.cache:spring-annotations-tester 1.0.0-RC1

Runs Annotations tests using the Guice test harness

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

spring-annotations-tester
Version

Version

1.0.0-RC1
Type

Type

jar

Download spring-annotations-tester 1.0.0-RC1


<!-- https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/ -->
<dependency>
    <groupId>javax.cache</groupId>
    <artifactId>spring-annotations-tester</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/
implementation 'javax.cache:spring-annotations-tester:1.0.0-RC1'
// https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/
implementation ("javax.cache:spring-annotations-tester:1.0.0-RC1")
'javax.cache:spring-annotations-tester:jar:1.0.0-RC1'
<dependency org="javax.cache" name="spring-annotations-tester" rev="1.0.0-RC1">
  <artifact name="spring-annotations-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='spring-annotations-tester', version='1.0.0-RC1')
)
libraryDependencies += "javax.cache" % "spring-annotations-tester" % "1.0.0-RC1"
[javax.cache/spring-annotations-tester "1.0.0-RC1"]