GroupId | GroupIdcom.github.anvirego |
---|---|
ArtifactId | ArtifactIdexcel-io |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
excel-io-3.0.pom | |
excel-io-3.0.jar | 8 KB |
excel-io-3.0-sources.jar | 7 KB |
excel-io-3.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anvirego/excel-io/ -->
<dependency>
<groupId>com.github.anvirego</groupId>
<artifactId>excel-io</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anvirego/excel-io/
implementation 'com.github.anvirego:excel-io:3.0'
// https://jarcasting.com/artifacts/com.github.anvirego/excel-io/
implementation ("com.github.anvirego:excel-io:3.0")
'com.github.anvirego:excel-io:jar:3.0'
<dependency org="com.github.anvirego" name="excel-io" rev="3.0">
<artifact name="excel-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anvirego', module='excel-io', version='3.0')
)
libraryDependencies += "com.github.anvirego" % "excel-io" % "3.0"
[com.github.anvirego/excel-io "3.0"]