Categories |
Categoriesfastexcel Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIdfastexcel |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
fastexcel-0.8.6.pom | |
fastexcel-0.8.6.jar | 36 KB |
fastexcel-0.8.6-sources.jar | 32 KB |
fastexcel-0.8.6-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/fastexcel/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/fastexcel/
implementation 'org.dhatim:fastexcel:0.8.6'
// https://jarcasting.com/artifacts/org.dhatim/fastexcel/
implementation ("org.dhatim:fastexcel:0.8.6")
'org.dhatim:fastexcel:jar:0.8.6'
<dependency org="org.dhatim" name="fastexcel" rev="0.8.6">
<artifact name="fastexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='fastexcel', version='0.8.6')
)
libraryDependencies += "org.dhatim" % "fastexcel" % "0.8.6"
[org.dhatim/fastexcel "0.8.6"]