| GroupId | GroupIdcom.seomse.poi |
|---|---|
| ArtifactId | ArtifactIdexcel |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| excel-0.1.1.pom | |
| excel-0.1.1.jar | 5 KB |
| excel-0.1.1-sources.jar | 3 KB |
| excel-0.1.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.poi/excel/ -->
<dependency>
<groupId>com.seomse.poi</groupId>
<artifactId>excel</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.poi/excel/
implementation 'com.seomse.poi:excel:0.1.1'
// https://jarcasting.com/artifacts/com.seomse.poi/excel/
implementation ("com.seomse.poi:excel:0.1.1")
'com.seomse.poi:excel:jar:0.1.1'
<dependency org="com.seomse.poi" name="excel" rev="0.1.1">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.poi', module='excel', version='0.1.1')
)
libraryDependencies += "com.seomse.poi" % "excel" % "0.1.1"
[com.seomse.poi/excel "0.1.1"]