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