GroupId | GroupIdcom.github.Ling2099 |
---|---|
ArtifactId | ArtifactIdsimple-excel |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
simple-excel-1.0.9.pom | |
simple-excel-1.0.9.jar | 10 KB |
simple-excel-1.0.9-sources.jar | 5 KB |
simple-excel-1.0.9-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Ling2099/simple-excel/ -->
<dependency>
<groupId>com.github.Ling2099</groupId>
<artifactId>simple-excel</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ling2099/simple-excel/
implementation 'com.github.Ling2099:simple-excel:1.0.9'
// https://jarcasting.com/artifacts/com.github.Ling2099/simple-excel/
implementation ("com.github.Ling2099:simple-excel:1.0.9")
'com.github.Ling2099:simple-excel:jar:1.0.9'
<dependency org="com.github.Ling2099" name="simple-excel" rev="1.0.9">
<artifact name="simple-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ling2099', module='simple-excel', version='1.0.9')
)
libraryDependencies += "com.github.Ling2099" % "simple-excel" % "1.0.9"
[com.github.Ling2099/simple-excel "1.0.9"]