| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdinfo.informationsea.tableio |
| ArtifactId | ArtifactIdtableio-excel |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tableio-excel-0.0.1.pom | |
| tableio-excel-0.0.1.jar | 6 KB |
| tableio-excel-0.0.1-sources.jar | 6 KB |
| tableio-excel-0.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/ -->
<dependency>
<groupId>info.informationsea.tableio</groupId>
<artifactId>tableio-excel</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/
implementation 'info.informationsea.tableio:tableio-excel:0.0.1'
// https://jarcasting.com/artifacts/info.informationsea.tableio/tableio-excel/
implementation ("info.informationsea.tableio:tableio-excel:0.0.1")
'info.informationsea.tableio:tableio-excel:jar:0.0.1'
<dependency org="info.informationsea.tableio" name="tableio-excel" rev="0.0.1">
<artifact name="tableio-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.informationsea.tableio', module='tableio-excel', version='0.0.1')
)
libraryDependencies += "info.informationsea.tableio" % "tableio-excel" % "0.0.1"
[info.informationsea.tableio/tableio-excel "0.0.1"]