| Группа | Группаtop.yumbo.excel |
|---|---|
| Идентификатор | Идентификаторexcel-import-export |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| excel-import-export-1.0.pom | |
| excel-import-export-1.0.jar | 41 KB |
| excel-import-export-1.0-sources.jar | 21 KB |
| excel-import-export-1.0-javadoc.jar | 207 KB |
| excel-import-export-1.0-jar-with-dependencies.jar | 23 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/ -->
<dependency>
<groupId>top.yumbo.excel</groupId>
<artifactId>excel-import-export</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/
implementation 'top.yumbo.excel:excel-import-export:1.0'
// https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/
implementation ("top.yumbo.excel:excel-import-export:1.0")
'top.yumbo.excel:excel-import-export:jar:1.0'
<dependency org="top.yumbo.excel" name="excel-import-export" rev="1.0">
<artifact name="excel-import-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.yumbo.excel', module='excel-import-export', version='1.0')
)
libraryDependencies += "top.yumbo.excel" % "excel-import-export" % "1.0"
[top.yumbo.excel/excel-import-export "1.0"]