com.airhacks:sheetfit

Turns excel sheets into POJOs for test purposes

License

License

GroupId

GroupId

com.airhacks
ArtifactId

ArtifactId

sheetfit
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Turns excel sheets into POJOs for test purposes
Project URL

Project URL

https://github.com/AdamBien/sheetfit
Project Organization

Project Organization

Adam Bien

Download sheetfit

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.poi : poi jar 4.1.1
org.apache.poi : poi-ooxml jar 4.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1