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