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