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

net.sf.jxls:jxls-core 0.9.9

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

Категории

Категории

Сеть
Группа

Группа

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

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

jxls-core
Версия

Версия

0.9.9
Тип

Тип

jar

Скачать jxls-core 0.9.9


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