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