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