is not current version
Last Version 1.1.1.Alpha

org.cache2k:cache2k-testing 1.0.2.Final

Defines different categories (SlowTests, FastTests, ...) we can specify for unit testing. Added as test dependency, otherwise we cannot specify the category in aggregator builds / on top level. This serves also as a test scope BOM for transitive dependencies to JUnit and hamcrest.

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-testing
Version

Version

1.0.2.Final
Type

Type

jar

Download cache2k-testing 1.0.2.Final


<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-testing/ -->
<dependency>
    <groupId>org.cache2k</groupId>
    <artifactId>cache2k-testing</artifactId>
    <version>1.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-testing/
implementation 'org.cache2k:cache2k-testing:1.0.2.Final'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-testing/
implementation ("org.cache2k:cache2k-testing:1.0.2.Final")
'org.cache2k:cache2k-testing:jar:1.0.2.Final'
<dependency org="org.cache2k" name="cache2k-testing" rev="1.0.2.Final">
  <artifact name="cache2k-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-testing', version='1.0.2.Final')
)
libraryDependencies += "org.cache2k" % "cache2k-testing" % "1.0.2.Final"
[org.cache2k/cache2k-testing "1.0.2.Final"]