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

io.github.zhangyu836:xltpl 0.1.0

A Java library to generate xls/x files from a xls/x template.

Группа

Группа

io.github.zhangyu836
Идентификатор

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

xltpl
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать xltpl 0.1.0


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