Download test-domain-1.0.0.jar file - Jar t

Jar examples for t:test-domain

Description

This is a simple domain used for testing javax.cache. It is in it's own module so that classloading nuances can be tested.

You can download jar file test-domain 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add test-domain-1.0.0.jar to your project.

<dependency>
   <groupId>javax.cache</groupId>
   <artifactId>test-domain</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'javax.cache', name: 'test-domain', version: '1.0.0'
libraryDependencies += "javax.cache" % "test-domain" % "1.0.0"
<dependency org="javax.cache" name="test-domain" rev="1.0.0"/>
@Grapes(@Grab(group='javax.cache', module='test-domain', version='1.0.0'))
'javax.cache:test-domain:jar:1.0.0'

Download

Click the following link to download the jar file.

test-domain-1.0.0-javadoc.jar
test-domain-1.0.0-sources.jar
test-domain-1.0.0-tests.jar
test-domain-1.0.0.jar
test-domain-1.0.0.pom



Related Tutorials