is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-cache 5.1.0-release

DataNucleus third-party Caching plugin

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-cache
Version

Version

5.1.0-release
Type

Type

jar

Download datanucleus-cache 5.1.0-release


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