| License |
License |
|---|---|
| GroupId | GroupIdjavax.cache |
| ArtifactId | ArtifactIdspecific-implementation-tester |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionImplementation Tester - Specific Implementation
Wires together cache-tests with the RI implementation and runs
JUnit against them. Create
a similar module for each new implementation you wish to test. See
README.md for details.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>specific-implementation-tester</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/
implementation 'javax.cache:specific-implementation-tester:1.1.1'
// https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/
implementation ("javax.cache:specific-implementation-tester:1.1.1")
'javax.cache:specific-implementation-tester:jar:1.1.1'
<dependency org="javax.cache" name="specific-implementation-tester" rev="1.1.1">
<artifact name="specific-implementation-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='specific-implementation-tester', version='1.1.1')
)
libraryDependencies += "javax.cache" % "specific-implementation-tester" % "1.1.1"
[javax.cache/specific-implementation-tester "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ${implementation-groupId} » ${implementation-artifactId} | jar | ${implementation-version} |
| javax.cache : cache-tests | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.cache : cache-tests | jar | 1.1.1 |
| org.hamcrest : hamcrest-library | jar | 1.2 |
| log4j : log4j | jar | 1.2.16 |