| Categories |
Categoriescache2k Data Caching |
|---|---|
| GroupId | GroupIdorg.cache2k |
| ArtifactId | ArtifactIdcache2k-jcache-parent |
| Version | Version0.25-BETA |
| Type | Typepom |
| Filename | Size |
|---|---|
| cache2k-jcache-parent-0.25-BETA.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-jcache-parent/ -->
<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-jcache-parent</artifactId>
<version>0.25-BETA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-jcache-parent/
implementation 'org.cache2k:cache2k-jcache-parent:0.25-BETA'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-jcache-parent/
implementation ("org.cache2k:cache2k-jcache-parent:0.25-BETA")
'org.cache2k:cache2k-jcache-parent:pom:0.25-BETA'
<dependency org="org.cache2k" name="cache2k-jcache-parent" rev="0.25-BETA">
<artifact name="cache2k-jcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-jcache-parent', version='0.25-BETA')
)
libraryDependencies += "org.cache2k" % "cache2k-jcache-parent" % "0.25-BETA"
[org.cache2k/cache2k-jcache-parent "0.25-BETA"]