| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdro.fortsoft.dataset |
| ArtifactId | ArtifactIddataset-xls |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDataset Xls (Excel)
Generic DataSet in Java
|
| Filename | Size |
|---|---|
| dataset-xls-0.1.0.pom | |
| dataset-xls-0.1.0.jar | 5 KB |
| dataset-xls-0.1.0-sources.jar | 2 KB |
| dataset-xls-0.1.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-xls/ -->
<dependency>
<groupId>ro.fortsoft.dataset</groupId>
<artifactId>dataset-xls</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-xls/
implementation 'ro.fortsoft.dataset:dataset-xls:0.1.0'
// https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-xls/
implementation ("ro.fortsoft.dataset:dataset-xls:0.1.0")
'ro.fortsoft.dataset:dataset-xls:jar:0.1.0'
<dependency org="ro.fortsoft.dataset" name="dataset-xls" rev="0.1.0">
<artifact name="dataset-xls" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.dataset', module='dataset-xls', version='0.1.0')
)
libraryDependencies += "ro.fortsoft.dataset" % "dataset-xls" % "0.1.0"
[ro.fortsoft.dataset/dataset-xls "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ro.fortsoft.dataset : dataset-core | jar | 0.1.0 |
| org.apache.poi : poi | jar | 3.13 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ro.fortsoft.dataset : dataset-core | test-jar | 0.1.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.28-beta |