is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-excel 4.1.0-m3

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

4.1.0-m3
Type

Type

jar

Download datanucleus-excel 4.1.0-m3


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