| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.cla9 |
| Идентификатор | Идентификаторexcel-parser-spring-boot-poi |
| Версия | Версияunspecified |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.cla9/excel-parser-spring-boot-poi/ -->
<dependency>
<groupId>com.github.cla9</groupId>
<artifactId>excel-parser-spring-boot-poi</artifactId>
<version>unspecified</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cla9/excel-parser-spring-boot-poi/
implementation 'com.github.cla9:excel-parser-spring-boot-poi:unspecified'
// https://jarcasting.com/artifacts/com.github.cla9/excel-parser-spring-boot-poi/
implementation ("com.github.cla9:excel-parser-spring-boot-poi:unspecified")
'com.github.cla9:excel-parser-spring-boot-poi:jar:unspecified'
<dependency org="com.github.cla9" name="excel-parser-spring-boot-poi" rev="unspecified">
<artifact name="excel-parser-spring-boot-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cla9', module='excel-parser-spring-boot-poi', version='unspecified')
)
libraryDependencies += "com.github.cla9" % "excel-parser-spring-boot-poi" % "unspecified"
[com.github.cla9/excel-parser-spring-boot-poi "unspecified"]