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