GroupId | GroupIdcom.github.freegeese |
---|---|
ArtifactId | ArtifactIdeasy-excel |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-excel-1.0.1.pom | |
easy-excel-1.0.1.jar | 56 KB |
easy-excel-1.0.1-sources.jar | 10 MB |
easy-excel-1.0.1-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freegeese/easy-excel/ -->
<dependency>
<groupId>com.github.freegeese</groupId>
<artifactId>easy-excel</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freegeese/easy-excel/
implementation 'com.github.freegeese:easy-excel:1.0.1'
// https://jarcasting.com/artifacts/com.github.freegeese/easy-excel/
implementation ("com.github.freegeese:easy-excel:1.0.1")
'com.github.freegeese:easy-excel:jar:1.0.1'
<dependency org="com.github.freegeese" name="easy-excel" rev="1.0.1">
<artifact name="easy-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freegeese', module='easy-excel', version='1.0.1')
)
libraryDependencies += "com.github.freegeese" % "easy-excel" % "1.0.1"
[com.github.freegeese/easy-excel "1.0.1"]