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