is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-excel 3.0.0-m5

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

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-excel
Version

Version

3.0.0-m5
Type

Type

jar

Download datanucleus-excel 3.0.0-m5


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