не последняя версия
Последняя версия 6.0.0-release

org.datanucleus:datanucleus-xml 2.1.0-release

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

Категории

Категории

Данные
Группа

Группа

org.datanucleus
Идентификатор

Идентификатор

datanucleus-xml
Версия

Версия

2.1.0-release
Тип

Тип

jar

Скачать datanucleus-xml 2.1.0-release


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