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