GroupId | GroupIdcom.github.bld-commons.excel |
---|---|
ArtifactId | ArtifactIdread-excel |
Version | Version3.0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
read-excel-3.0.1.1.pom | |
read-excel-3.0.1.1.jar | 16 KB |
read-excel-3.0.1.1-sources.jar | 12 KB |
read-excel-3.0.1.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bld-commons.excel/read-excel/ -->
<dependency>
<groupId>com.github.bld-commons.excel</groupId>
<artifactId>read-excel</artifactId>
<version>3.0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons.excel/read-excel/
implementation 'com.github.bld-commons.excel:read-excel:3.0.1.1'
// https://jarcasting.com/artifacts/com.github.bld-commons.excel/read-excel/
implementation ("com.github.bld-commons.excel:read-excel:3.0.1.1")
'com.github.bld-commons.excel:read-excel:jar:3.0.1.1'
<dependency org="com.github.bld-commons.excel" name="read-excel" rev="3.0.1.1">
<artifact name="read-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons.excel', module='read-excel', version='3.0.1.1')
)
libraryDependencies += "com.github.bld-commons.excel" % "read-excel" % "3.0.1.1"
[com.github.bld-commons.excel/read-excel "3.0.1.1"]