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