| GroupId | GroupIdcom.github.mg0324 |
|---|---|
| ArtifactId | ArtifactIdmango-excel-kit |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mango-excel-kit-0.1.0.pom | |
| mango-excel-kit-0.1.0.jar | 8 KB |
| mango-excel-kit-0.1.0-sources.jar | 5 KB |
| mango-excel-kit-0.1.0-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/ -->
<dependency>
<groupId>com.github.mg0324</groupId>
<artifactId>mango-excel-kit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/
implementation 'com.github.mg0324:mango-excel-kit:0.1.0'
// https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/
implementation ("com.github.mg0324:mango-excel-kit:0.1.0")
'com.github.mg0324:mango-excel-kit:jar:0.1.0'
<dependency org="com.github.mg0324" name="mango-excel-kit" rev="0.1.0">
<artifact name="mango-excel-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mg0324', module='mango-excel-kit', version='0.1.0')
)
libraryDependencies += "com.github.mg0324" % "mango-excel-kit" % "0.1.0"
[com.github.mg0324/mango-excel-kit "0.1.0"]