GroupId | GroupIdcom.github.icecooly |
---|---|
ArtifactId | ArtifactIdPoiUtils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
PoiUtils-1.0.pom | |
PoiUtils-1.0.jar | 13 KB |
PoiUtils-1.0-sources.jar | 5 KB |
PoiUtils-1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.icecooly/PoiUtils/ -->
<dependency>
<groupId>com.github.icecooly</groupId>
<artifactId>PoiUtils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icecooly/PoiUtils/
implementation 'com.github.icecooly:PoiUtils:1.0'
// https://jarcasting.com/artifacts/com.github.icecooly/PoiUtils/
implementation ("com.github.icecooly:PoiUtils:1.0")
'com.github.icecooly:PoiUtils:jar:1.0'
<dependency org="com.github.icecooly" name="PoiUtils" rev="1.0">
<artifact name="PoiUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icecooly', module='PoiUtils', version='1.0')
)
libraryDependencies += "com.github.icecooly" % "PoiUtils" % "1.0"
[com.github.icecooly/PoiUtils "1.0"]