License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.easy-data |
ArtifactId | ArtifactIdeasy-data |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasy-data
easy data is a excel and csv handle tools written in Java
|
Filename | Size |
---|---|
easy-data-1.0.1.pom | |
easy-data-1.0.1.jar | 86 KB |
easy-data-1.0.1-sources.jar | 60 KB |
easy-data-1.0.1-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.easy-data/easy-data/ -->
<dependency>
<groupId>com.github.easy-data</groupId>
<artifactId>easy-data</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easy-data/easy-data/
implementation 'com.github.easy-data:easy-data:1.0.1'
// https://jarcasting.com/artifacts/com.github.easy-data/easy-data/
implementation ("com.github.easy-data:easy-data:1.0.1")
'com.github.easy-data:easy-data:jar:1.0.1'
<dependency org="com.github.easy-data" name="easy-data" rev="1.0.1">
<artifact name="easy-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easy-data', module='easy-data', version='1.0.1')
)
libraryDependencies += "com.github.easy-data" % "easy-data" % "1.0.1"
[com.github.easy-data/easy-data "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.0 |
org.apache.poi : poi-ooxml | jar | 4.1.0 |
cglib : cglib | jar | 3.2.10 |
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |