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