License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdch.rabanti |
ArtifactId | ArtifactIdnanoxlsx4j |
Version | Version1.2.8 |
Type | Typejar |
Description |
DescriptionNanoXLSX4j
NanoXLSX4j is a small Java library to create and read XLSX files (Microsoft Excel 2007 or newer) in an easy and native way. The library is originated form PicoXLSX4j and has basic support of reading spreadsheets
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nanoxlsx4j-1.2.8.pom | |
nanoxlsx4j-1.2.8.jar | 123 KB |
nanoxlsx4j-1.2.8-sources.jar | 89 KB |
nanoxlsx4j-1.2.8-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.rabanti/nanoxlsx4j/ -->
<dependency>
<groupId>ch.rabanti</groupId>
<artifactId>nanoxlsx4j</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rabanti/nanoxlsx4j/
implementation 'ch.rabanti:nanoxlsx4j:1.2.8'
// https://jarcasting.com/artifacts/ch.rabanti/nanoxlsx4j/
implementation ("ch.rabanti:nanoxlsx4j:1.2.8")
'ch.rabanti:nanoxlsx4j:jar:1.2.8'
<dependency org="ch.rabanti" name="nanoxlsx4j" rev="1.2.8">
<artifact name="nanoxlsx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rabanti', module='nanoxlsx4j', version='1.2.8')
)
libraryDependencies += "ch.rabanti" % "nanoxlsx4j" % "1.2.8"
[ch.rabanti/nanoxlsx4j "1.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.junit.jupiter : junit-jupiter-api | jar | RELEASE |
org.junit.jupiter : junit-jupiter-params | jar | RELEASE |