License |
License |
---|---|
GroupId | GroupIdjavax.cache |
ArtifactId | ArtifactIdcache-tests |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCache Tests
Tests, that form part of the Technology Compatibility Kit for
JSR107. You should be able to test an implementation by:
1. Adding the dependency
2. Configuring the JUnit test fixtures
|
Project URL |
Project URL |
Filename | Size |
---|---|
cache-tests-1.1.1.pom | |
cache-tests-1.1.1.jar | 2 KB |
cache-tests-1.1.1-tests.jar | 73 KB |
cache-tests-1.1.1-sources.jar | 318 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/javax.cache/cache-tests/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-tests</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation 'javax.cache:cache-tests:1.1.1'
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation ("javax.cache:cache-tests:1.1.1")
'javax.cache:cache-tests:jar:1.1.1'
<dependency org="javax.cache" name="cache-tests" rev="1.1.1">
<artifact name="cache-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='cache-tests', version='1.1.1')
)
libraryDependencies += "javax.cache" % "cache-tests" % "1.1.1"
[javax.cache/cache-tests "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
javax.cache : cache-api | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |