Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.andyczy |
ArtifactId | ArtifactIdjava-excel-utils |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
java-excel-utils-3.1.pom | |
java-excel-utils-3.1.jar | 15 KB |
java-excel-utils-3.1-sources.jar | 11 KB |
java-excel-utils-3.1-javadoc.jar | 34 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyczy/java-excel-utils/
implementation 'com.github.andyczy:java-excel-utils:3.1'
// https://jarcasting.com/artifacts/com.github.andyczy/java-excel-utils/
implementation ("com.github.andyczy:java-excel-utils:3.1")
'com.github.andyczy:java-excel-utils:jar:3.1'
<dependency org="com.github.andyczy" name="java-excel-utils" rev="3.1">
<artifact name="java-excel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyczy', module='java-excel-utils', version='3.1')
)
libraryDependencies += "com.github.andyczy" % "java-excel-utils" % "3.1"
[com.github.andyczy/java-excel-utils "3.1"]