GroupId | GroupIdcom.github.crab2died |
---|---|
ArtifactId | ArtifactIdExcel4J |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Excel4J-2.1.0.pom | |
Excel4J-2.1.0.jar | 26 KB |
Excel4J-2.1.0-sources.jar | 22 KB |
Excel4J-2.1.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crab2died/Excel4J/ -->
<dependency>
<groupId>com.github.crab2died</groupId>
<artifactId>Excel4J</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crab2died/Excel4J/
implementation 'com.github.crab2died:Excel4J:2.1.0'
// https://jarcasting.com/artifacts/com.github.crab2died/Excel4J/
implementation ("com.github.crab2died:Excel4J:2.1.0")
'com.github.crab2died:Excel4J:jar:2.1.0'
<dependency org="com.github.crab2died" name="Excel4J" rev="2.1.0">
<artifact name="Excel4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crab2died', module='Excel4J', version='2.1.0')
)
libraryDependencies += "com.github.crab2died" % "Excel4J" % "2.1.0"
[com.github.crab2died/Excel4J "2.1.0"]