Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.pig4cloud.plugin |
ArtifactId | ArtifactIdexcel-spring-boot-starter |
Version | Version0.0.1.tmp |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pig4cloud.plugin/excel-spring-boot-starter/ -->
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
<version>0.0.1.tmp</version>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud.plugin/excel-spring-boot-starter/
implementation 'com.pig4cloud.plugin:excel-spring-boot-starter:0.0.1.tmp'
// https://jarcasting.com/artifacts/com.pig4cloud.plugin/excel-spring-boot-starter/
implementation ("com.pig4cloud.plugin:excel-spring-boot-starter:0.0.1.tmp")
'com.pig4cloud.plugin:excel-spring-boot-starter:jar:0.0.1.tmp'
<dependency org="com.pig4cloud.plugin" name="excel-spring-boot-starter" rev="0.0.1.tmp">
<artifact name="excel-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud.plugin', module='excel-spring-boot-starter', version='0.0.1.tmp')
)
libraryDependencies += "com.pig4cloud.plugin" % "excel-spring-boot-starter" % "0.0.1.tmp"
[com.pig4cloud.plugin/excel-spring-boot-starter "0.0.1.tmp"]