License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-excel |
Last Version | Last Version6.0.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus Excel plugin
DataNucleus supports persistence to heterogeneous datastores and this plugin provides persistence to Excel.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-excel/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-excel</artifactId>
<version>6.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-excel/
implementation 'org.datanucleus:datanucleus-excel:6.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-excel/
implementation ("org.datanucleus:datanucleus-excel:6.0.0-release")
'org.datanucleus:datanucleus-excel:jar:6.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-excel" rev="6.0.0-release">
<artifact name="datanucleus-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-excel', version='6.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-excel" % "6.0.0-release"
[org.datanucleus/datanucleus-excel "6.0.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 5.0.0 |
org.apache.poi : poi-ooxml Optional | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |