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