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

org.datanucleus:datanucleus-xml 5.0.0-m4

Plugin providing persistence to XML datastores using JAXB.

Категории

Категории

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

Группа

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

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

datanucleus-xml
Версия

Версия

5.0.0-m4
Тип

Тип

jar

Скачать datanucleus-xml 5.0.0-m4


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