не последняя версия
Последняя версия 1.0.6

net.sf.jxls:jxls-core 1.0.2

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates

Категории

Категории

Сеть
Группа

Группа

net.sf.jxls
Идентификатор

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

jxls-core
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать jxls-core 1.0.2


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