License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-xml |
Last Version | Last Version6.0.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus XML plugin
Plugin providing persistence to XML datastores using JAXB.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datanucleus-xml-6.0.0-release.pom | |
datanucleus-xml-6.0.0-release.jar | 55 KB |
datanucleus-xml-6.0.0-release-sources.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-xml/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-xml</artifactId>
<version>6.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-xml/
implementation 'org.datanucleus:datanucleus-xml:6.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-xml/
implementation ("org.datanucleus:datanucleus-xml:6.0.0-release")
'org.datanucleus:datanucleus-xml:jar:6.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-xml" rev="6.0.0-release">
<artifact name="datanucleus-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-xml', version='6.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-xml" % "6.0.0-release"
[org.datanucleus/datanucleus-xml "6.0.0-release"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api | jar | 2.2.11 |
com.sun.xml.bind : jaxb-impl | jar | 2.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |