is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-excel 3.1.0-m1

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.1.0-m1
Type

Type

jar

Download datanucleus-excel 3.1.0-m1


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