a

app-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. The app domain is not loaded by maven into the test system classpath.
https://github.com/jsr107/jsr107tck
Files download
File Operation
app-domain-0.3.jar download
app-domain-0.3.pom download
app-domain-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>app-domain</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:app-domain:0.3'
Gradle Kotlin
implementation("javax.cache:app-domain:0.3")
Scala SBT
libraryDependencies += "javax.cache" % "app-domain" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='app-domain', version='0.3')
)
Apache Ivy
<dependency org="javax.cache" name="app-domain" rev="0.3" />
Leiningen
[javax.cache/app-domain "0.3"]
Apache Buildr
'javax.cache:app-domain:jar:0.3'