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