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