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