Last Version

Cache Tests 1.1.1

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

License

License

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

cache-tests
Version

Version

1.1.1
Type

Type

jar
Description

Description

Cache 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

https://github.com/jsr107/jsr107tck

Download cache-tests 1.1.1


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
javax.cache : cache-api jar 1.1.1

test (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.