License |
License |
---|---|
Categories |
CategoriesNet fastexcel Business Logic Libraries Documents Processing |
GroupId | GroupIdnet.apexes.fastexcel |
ArtifactId | ArtifactIdfastexcel |
Last Version | Last Version0.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastexcel
Excel read/write component
|
Project URL |
Project URL |
Filename | Size |
---|---|
fastexcel-0.5.3.pom | |
fastexcel-0.5.3.jar | 153 KB |
fastexcel-0.5.3-sources.jar | 176 KB |
fastexcel-0.5.3-javadoc.jar | 737 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.apexes.fastexcel/fastexcel/ -->
<dependency>
<groupId>net.apexes.fastexcel</groupId>
<artifactId>fastexcel</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.fastexcel/fastexcel/
implementation 'net.apexes.fastexcel:fastexcel:0.5.3'
// https://jarcasting.com/artifacts/net.apexes.fastexcel/fastexcel/
implementation ("net.apexes.fastexcel:fastexcel:0.5.3")
'net.apexes.fastexcel:fastexcel:jar:0.5.3'
<dependency org="net.apexes.fastexcel" name="fastexcel" rev="0.5.3">
<artifact name="fastexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.fastexcel', module='fastexcel', version='0.5.3')
)
libraryDependencies += "net.apexes.fastexcel" % "fastexcel" % "0.5.3"
[net.apexes.fastexcel/fastexcel "0.5.3"]