GroupId | GroupIdcom.gaoice |
---|---|
ArtifactId | ArtifactIdeasyexcel |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
easyexcel-1.1.pom | |
easyexcel-1.1.jar | 18 KB |
easyexcel-1.1-sources.jar | 13 KB |
easyexcel-1.1-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gaoice/easyexcel/ -->
<dependency>
<groupId>com.gaoice</groupId>
<artifactId>easyexcel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation 'com.gaoice:easyexcel:1.1'
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation ("com.gaoice:easyexcel:1.1")
'com.gaoice:easyexcel:jar:1.1'
<dependency org="com.gaoice" name="easyexcel" rev="1.1">
<artifact name="easyexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gaoice', module='easyexcel', version='1.1')
)
libraryDependencies += "com.gaoice" % "easyexcel" % "1.1"
[com.gaoice/easyexcel "1.1"]