| Группа | Группаio.github.biezhi |
|---|---|
| Идентификатор | Идентификаторexcel-plus |
| Версия | Версия0.1.5.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| excel-plus-0.1.5.RELEASE.pom | |
| excel-plus-0.1.5.RELEASE.jar | 53 KB |
| excel-plus-0.1.5.RELEASE-sources.jar | 37 KB |
| excel-plus-0.1.5.RELEASE-javadoc.jar | 229 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/ -->
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>0.1.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation 'io.github.biezhi:excel-plus:0.1.5.RELEASE'
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation ("io.github.biezhi:excel-plus:0.1.5.RELEASE")
'io.github.biezhi:excel-plus:jar:0.1.5.RELEASE'
<dependency org="io.github.biezhi" name="excel-plus" rev="0.1.5.RELEASE">
<artifact name="excel-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='excel-plus', version='0.1.5.RELEASE')
)
libraryDependencies += "io.github.biezhi" % "excel-plus" % "0.1.5.RELEASE"
[io.github.biezhi/excel-plus "0.1.5.RELEASE"]