GroupId | GroupIdcom.github.helloichen |
---|---|
ArtifactId | ArtifactIdichen-poi |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ichen-poi-1.0.pom | |
ichen-poi-1.0-sources.jar | 925 bytes |
ichen-poi-1.0-javadoc.jar | 24 KB |
Browse |
<!-- 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"]