GroupId | GroupIdcom.github.bld-commons.excel |
---|---|
ArtifactId | ArtifactIdread-excel |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
read-excel-2.0.3.pom | |
read-excel-2.0.3.jar | 12 KB |
read-excel-2.0.3-sources.jar | 9 KB |
read-excel-2.0.3-javadoc.jar | 88 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>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons.excel/read-excel/
implementation 'com.github.bld-commons.excel:read-excel:2.0.3'
// https://jarcasting.com/artifacts/com.github.bld-commons.excel/read-excel/
implementation ("com.github.bld-commons.excel:read-excel:2.0.3")
'com.github.bld-commons.excel:read-excel:jar:2.0.3'
<dependency org="com.github.bld-commons.excel" name="read-excel" rev="2.0.3">
<artifact name="read-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons.excel', module='read-excel', version='2.0.3')
)
libraryDependencies += "com.github.bld-commons.excel" % "read-excel" % "2.0.3"
[com.github.bld-commons.excel/read-excel "2.0.3"]