is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-xml 5.1.0-release

Plugin providing persistence to XML datastores using JAXB.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-xml
Version

Version

5.1.0-release
Type

Type

jar

Download datanucleus-xml 5.1.0-release


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