| GroupId | GroupIdjavax.cache |
|---|---|
| ArtifactId | ArtifactIdspring-annotations-tester |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-annotations-tester-1.0.0.pom | |
| spring-annotations-tester-1.0.0.jar | 2 KB |
| spring-annotations-tester-1.0.0-tests.jar | 232 KB |
| spring-annotations-tester-1.0.0-sources.jar | 322 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>spring-annotations-tester</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/
implementation 'javax.cache:spring-annotations-tester:1.0.0'
// https://jarcasting.com/artifacts/javax.cache/spring-annotations-tester/
implementation ("javax.cache:spring-annotations-tester:1.0.0")
'javax.cache:spring-annotations-tester:jar:1.0.0'
<dependency org="javax.cache" name="spring-annotations-tester" rev="1.0.0">
<artifact name="spring-annotations-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='spring-annotations-tester', version='1.0.0')
)
libraryDependencies += "javax.cache" % "spring-annotations-tester" % "1.0.0"
[javax.cache/spring-annotations-tester "1.0.0"]