Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.andyczy |
ArtifactId | ArtifactIdjava-excel-utils |
Version | Version3.2.8 |
Type | Typejar |
Filename | Size |
---|---|
java-excel-utils-3.2.8.pom | |
java-excel-utils-3.2.8.jar | 18 KB |
java-excel-utils-3.2.8-sources.jar | 13 KB |
java-excel-utils-3.2.8-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andyczy/java-excel-utils/ -->
<dependency>
<groupId>com.github.andyczy</groupId>
<artifactId>java-excel-utils</artifactId>
<version>3.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyczy/java-excel-utils/
implementation 'com.github.andyczy:java-excel-utils:3.2.8'
// https://jarcasting.com/artifacts/com.github.andyczy/java-excel-utils/
implementation ("com.github.andyczy:java-excel-utils:3.2.8")
'com.github.andyczy:java-excel-utils:jar:3.2.8'
<dependency org="com.github.andyczy" name="java-excel-utils" rev="3.2.8">
<artifact name="java-excel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyczy', module='java-excel-utils', version='3.2.8')
)
libraryDependencies += "com.github.andyczy" % "java-excel-utils" % "3.2.8"
[com.github.andyczy/java-excel-utils "3.2.8"]