is not current version
Last Version 1.1.1

pl.net.falcon:faxel 1.0.0

Faxel is excel to java mapping library. Using handy annotations, developer no longer need to manually parse excel files.

Categories

Categories

Net
GroupId

GroupId

pl.net.falcon
ArtifactId

ArtifactId

faxel
Version

Version

1.0.0
Type

Type

jar

Download faxel 1.0.0


<!-- https://jarcasting.com/artifacts/pl.net.falcon/faxel/ -->
<dependency>
    <groupId>pl.net.falcon</groupId>
    <artifactId>faxel</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.net.falcon/faxel/
implementation 'pl.net.falcon:faxel:1.0.0'
// https://jarcasting.com/artifacts/pl.net.falcon/faxel/
implementation ("pl.net.falcon:faxel:1.0.0")
'pl.net.falcon:faxel:jar:1.0.0'
<dependency org="pl.net.falcon" name="faxel" rev="1.0.0">
  <artifact name="faxel" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.net.falcon', module='faxel', version='1.0.0')
)
libraryDependencies += "pl.net.falcon" % "faxel" % "1.0.0"
[pl.net.falcon/faxel "1.0.0"]