GroupId | GroupIdcom.github.ciweigg |
---|---|
ArtifactId | ArtifactIdeasyexcel-util |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easyexcel-util-1.0.1.pom | |
easyexcel-util-1.0.1.jar | 13 KB |
easyexcel-util-1.0.1-sources.jar | 9 KB |
easyexcel-util-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ciweigg/easyexcel-util/
implementation 'com.github.ciweigg:easyexcel-util:1.0.1'
// https://jarcasting.com/artifacts/com.github.ciweigg/easyexcel-util/
implementation ("com.github.ciweigg:easyexcel-util:1.0.1")
'com.github.ciweigg:easyexcel-util:jar:1.0.1'
<dependency org="com.github.ciweigg" name="easyexcel-util" rev="1.0.1">
<artifact name="easyexcel-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ciweigg', module='easyexcel-util', version='1.0.1')
)
libraryDependencies += "com.github.ciweigg" % "easyexcel-util" % "1.0.1"
[com.github.ciweigg/easyexcel-util "1.0.1"]