Jar examples for t:test-domain
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.
Apache License
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'
Click the following link to download the jar file.
test-domain-1.0.0-javadoc.jar