is not current version
Last Version 1.0.2

com.github.helloichen:ichen-poi 1.0

demo maven repo

GroupId

GroupId

com.github.helloichen
ArtifactId

ArtifactId

ichen-poi
Version

Version

1.0
Type

Type

jar

Download ichen-poi 1.0


<!-- https://jarcasting.com/artifacts/com.github.helloichen/ichen-poi/ -->
<dependency>
    <groupId>com.github.helloichen</groupId>
    <artifactId>ichen-poi</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.helloichen/ichen-poi/
implementation 'com.github.helloichen:ichen-poi:1.0'
// https://jarcasting.com/artifacts/com.github.helloichen/ichen-poi/
implementation ("com.github.helloichen:ichen-poi:1.0")
'com.github.helloichen:ichen-poi:jar:1.0'
<dependency org="com.github.helloichen" name="ichen-poi" rev="1.0">
  <artifact name="ichen-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.helloichen', module='ichen-poi', version='1.0')
)
libraryDependencies += "com.github.helloichen" % "ichen-poi" % "1.0"
[com.github.helloichen/ichen-poi "1.0"]