License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.zleth.poi |
ArtifactId | ArtifactIdspring-boot-zleth-poi |
Version | Version1.0.2.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-zleth-poi
Import Java object to excel
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zleth.poi/spring-boot-zleth-poi/ -->
<dependency>
<groupId>com.zleth.poi</groupId>
<artifactId>spring-boot-zleth-poi</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.zleth.poi/spring-boot-zleth-poi/
implementation 'com.zleth.poi:spring-boot-zleth-poi:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.zleth.poi/spring-boot-zleth-poi/
implementation ("com.zleth.poi:spring-boot-zleth-poi:1.0.2.RELEASE")
'com.zleth.poi:spring-boot-zleth-poi:jar:1.0.2.RELEASE'
<dependency org="com.zleth.poi" name="spring-boot-zleth-poi" rev="1.0.2.RELEASE">
<artifact name="spring-boot-zleth-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zleth.poi', module='spring-boot-zleth-poi', version='1.0.2.RELEASE')
)
libraryDependencies += "com.zleth.poi" % "spring-boot-zleth-poi" % "1.0.2.RELEASE"
[com.zleth.poi/spring-boot-zleth-poi "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.6.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.12 |
org.apache.poi : poi | jar | 4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |