Download cache2k-testing-1.0.1.Final.jar file - Jar c

Jar examples for c:cache2k-testing

Description

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.

You can download jar file cache2k-testing 1.0.1.Final in this page.

Build File

You can use the following script to add cache2k-testing-1.0.1.Final.jar to your project.

<dependency>
   <groupId>org.cache2k</groupId>
   <artifactId>cache2k-testing</artifactId>
   <version>1.0.1.Final</version>
</dependency>
compile group: 'org.cache2k', name: 'cache2k-testing', version: '1.0.1.Final'
libraryDependencies += "org.cache2k" % "cache2k-testing" % "1.0.1.Final"
<dependency org="org.cache2k" name="cache2k-testing" rev="1.0.1.Final"/>
@Grapes(@Grab(group='org.cache2k', module='cache2k-testing', version='1.0.1.Final'))
'org.cache2k:cache2k-testing:jar:1.0.1.Final'

Download

Click the following link to download the jar file.

cache2k-testing-1.0.1.Final-javadoc.jar
cache2k-testing-1.0.1.Final-sources.jar
cache2k-testing-1.0.1.Final.jar
cache2k-testing-1.0.1.Final.pom



Related Tutorials