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