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