Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.cla9 |
ArtifactId | ArtifactIdexcel-parser-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
excel-parser-spring-boot-starter-1.1.0.pom | |
excel-parser-spring-boot-starter-1.1.0.jar | 261 bytes |
excel-parser-spring-boot-starter-1.1.0-sources.jar | 261 bytes |
excel-parser-spring-boot-starter-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cla9/excel-parser-spring-boot-starter/
implementation 'com.github.cla9:excel-parser-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.github.cla9/excel-parser-spring-boot-starter/
implementation ("com.github.cla9:excel-parser-spring-boot-starter:1.1.0")
'com.github.cla9:excel-parser-spring-boot-starter:jar:1.1.0'
<dependency org="com.github.cla9" name="excel-parser-spring-boot-starter" rev="1.1.0">
<artifact name="excel-parser-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cla9', module='excel-parser-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.github.cla9" % "excel-parser-spring-boot-starter" % "1.1.0"
[com.github.cla9/excel-parser-spring-boot-starter "1.1.0"]