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