c

cache2k-testing

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.
Files download
File Operation
cache2k-testing-1.1.1.Alpha.jar download
cache2k-testing-1.1.1.Alpha.pom download
cache2k-testing-1.1.1.Alpha-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-testing</artifactId>
  <version>1.1.1.Alpha</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-testing:1.1.1.Alpha'
Gradle Kotlin
implementation("org.cache2k:cache2k-testing:1.1.1.Alpha")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-testing" % "1.1.1.Alpha"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-testing', version='1.1.1.Alpha')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-testing" rev="1.1.1.Alpha" />
Leiningen
[org.cache2k/cache2k-testing "1.1.1.Alpha"]
Apache Buildr
'org.cache2k:cache2k-testing:jar:1.1.1.Alpha'