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