GroupId | GroupIdcom.iceolive |
---|---|
ArtifactId | ArtifactIdexcelutil |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
excelutil-0.0.2.pom | |
excelutil-0.0.2.jar | 15 KB |
excelutil-0.0.2-sources.jar | 7 KB |
excelutil-0.0.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iceolive/excelutil/ -->
<dependency>
<groupId>com.iceolive</groupId>
<artifactId>excelutil</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.iceolive/excelutil/
implementation 'com.iceolive:excelutil:0.0.2'
// https://jarcasting.com/artifacts/com.iceolive/excelutil/
implementation ("com.iceolive:excelutil:0.0.2")
'com.iceolive:excelutil:jar:0.0.2'
<dependency org="com.iceolive" name="excelutil" rev="0.0.2">
<artifact name="excelutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iceolive', module='excelutil', version='0.0.2')
)
libraryDependencies += "com.iceolive" % "excelutil" % "0.0.2"
[com.iceolive/excelutil "0.0.2"]