Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.pig4cloud.excel |
ArtifactId | ArtifactIdexcel-spring-boot-starter |
Version | Version1.2.2 |
Type | Typejar |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud.excel/excel-spring-boot-starter/
implementation 'com.pig4cloud.excel:excel-spring-boot-starter:1.2.2'
// https://jarcasting.com/artifacts/com.pig4cloud.excel/excel-spring-boot-starter/
implementation ("com.pig4cloud.excel:excel-spring-boot-starter:1.2.2")
'com.pig4cloud.excel:excel-spring-boot-starter:jar:1.2.2'
<dependency org="com.pig4cloud.excel" name="excel-spring-boot-starter" rev="1.2.2">
<artifact name="excel-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud.excel', module='excel-spring-boot-starter', version='1.2.2')
)
libraryDependencies += "com.pig4cloud.excel" % "excel-spring-boot-starter" % "1.2.2"
[com.pig4cloud.excel/excel-spring-boot-starter "1.2.2"]