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