is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-odf 4.0.0-release

DataNucleus plugin providing persistence to ODF documents

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-odf
Version

Version

4.0.0-release
Type

Type

jar

Download datanucleus-odf 4.0.0-release


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