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