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