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