Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.zleth.poi |
ArtifactId | ArtifactIdspring-boot-zleth-poi |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- 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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.zleth.poi/spring-boot-zleth-poi/
implementation 'com.zleth.poi:spring-boot-zleth-poi:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.zleth.poi/spring-boot-zleth-poi/
implementation ("com.zleth.poi:spring-boot-zleth-poi:1.0.1.RELEASE")
'com.zleth.poi:spring-boot-zleth-poi:jar:1.0.1.RELEASE'
<dependency org="com.zleth.poi" name="spring-boot-zleth-poi" rev="1.0.1.RELEASE">
<artifact name="spring-boot-zleth-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zleth.poi', module='spring-boot-zleth-poi', version='1.0.1.RELEASE')
)
libraryDependencies += "com.zleth.poi" % "spring-boot-zleth-poi" % "1.0.1.RELEASE"
[com.zleth.poi/spring-boot-zleth-poi "1.0.1.RELEASE"]