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