is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-excel 2.0.0-release

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

2.0.0-release
Type

Type

jar

Download datanucleus-excel 2.0.0-release


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