License |
License |
---|---|
GroupId | GroupIdcom.airhacks |
ArtifactId | ArtifactIdsheetfit |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTurns excel sheets into POJOs for test purposes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sheetfit-0.0.2.pom | |
sheetfit-0.0.2.jar | 5 KB |
sheetfit-0.0.2-sources.jar | 4 KB |
sheetfit-0.0.2-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.1 |
org.apache.poi : poi-ooxml | jar | 4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |