is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-xml 1.0.7

DataNucleus supports persistence to heterogeneous datastores and this plugin provides persistence to XML.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-xml
Version

Version

1.0.7
Type

Type

jar

Download datanucleus-xml 1.0.7


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