не последняя версия
Последняя версия 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

Группа

Группа

com.github.chenjianjx
Идентификатор

Идентификатор

sep4j
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать 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"]