is not current version
Last Version 2.0.5

com.github.chenjianjx:sep4j 2.0.2

An apache-poi wrapper which lets you read or write an spreadsheet file with a simple java statement

GroupId

GroupId

com.github.chenjianjx
ArtifactId

ArtifactId

sep4j
Version

Version

2.0.2
Type

Type

jar

Download sep4j 2.0.2


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