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