| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcn.belier |
| ArtifactId | ArtifactIdjxls-spring-boot-starter |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjxls-spring-boot-starter
jxls的spring boot自动装配
|
<!-- https://jarcasting.com/artifacts/cn.belier/jxls-spring-boot-starter/ -->
<dependency>
<groupId>cn.belier</groupId>
<artifactId>jxls-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.belier/jxls-spring-boot-starter/
implementation 'cn.belier:jxls-spring-boot-starter:1.2.0'
// https://jarcasting.com/artifacts/cn.belier/jxls-spring-boot-starter/
implementation ("cn.belier:jxls-spring-boot-starter:1.2.0")
'cn.belier:jxls-spring-boot-starter:jar:1.2.0'
<dependency org="cn.belier" name="jxls-spring-boot-starter" rev="1.2.0">
<artifact name="jxls-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.belier', module='jxls-spring-boot-starter', version='1.2.0')
)
libraryDependencies += "cn.belier" % "jxls-spring-boot-starter" % "1.2.0"
[cn.belier/jxls-spring-boot-starter "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.1.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.16.18 |
| cn.belier : jxls-spring | jar | 1.2.0 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |