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