is not current version
Last Version 1.0.1

com.github.easy-data:easy-data 1.0.0

easy data is a excel and csv handle tools written in Java

Categories

Categories

Data
GroupId

GroupId

com.github.easy-data
ArtifactId

ArtifactId

easy-data
Version

Version

1.0.0
Type

Type

jar

Download easy-data 1.0.0


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