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