Last Version

Test Domain 1.0.1

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

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

test-domain
Version

Version

1.0.1
Type

Type

jar
Description

Description

Test Domain
This is a simple domain used for testing javax.cache. It is in its own module so that classloading nuances can be tested.
Project URL

Project URL

https://github.com/jsr107/jsr107tck

Download test-domain 1.0.1


<!-- https://jarcasting.com/artifacts/javax.cache/test-domain/ -->
<dependency>
    <groupId>javax.cache</groupId>
    <artifactId>test-domain</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/test-domain/
implementation 'javax.cache:test-domain:1.0.1'
// https://jarcasting.com/artifacts/javax.cache/test-domain/
implementation ("javax.cache:test-domain:1.0.1")
'javax.cache:test-domain:jar:1.0.1'
<dependency org="javax.cache" name="test-domain" rev="1.0.1">
  <artifact name="test-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='test-domain', version='1.0.1')
)
libraryDependencies += "javax.cache" % "test-domain" % "1.0.1"
[javax.cache/test-domain "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.cache : cache-api jar 1.0.0

Project Modules

There are no modules declared in this project.