License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdjavax.cache |
ArtifactId | ArtifactIdapp-domain |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApp Domain
This is a simple domain used for testing javax.cache. It is in its
own module so that classloading
nuances can be tested.
The app domain is not loaded by maven into the test system classpath.
|
Project URL |
Project URL |
Filename | Size |
---|---|
app-domain-1.0.1.pom | |
app-domain-1.0.1.jar | 2 KB |
app-domain-1.0.1-sources.jar | 1 KB |
app-domain-1.0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.cache/app-domain/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>app-domain</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/app-domain/
implementation 'javax.cache:app-domain:1.0.1'
// https://jarcasting.com/artifacts/javax.cache/app-domain/
implementation ("javax.cache:app-domain:1.0.1")
'javax.cache:app-domain:jar:1.0.1'
<dependency org="javax.cache" name="app-domain" rev="1.0.1">
<artifact name="app-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='app-domain', version='1.0.1')
)
libraryDependencies += "javax.cache" % "app-domain" % "1.0.1"
[javax.cache/app-domain "1.0.1"]