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