MVN

com.airhacks : sheetfit

Maven & Gradle

Jan 23, 2020
3 stars

Turns excel sheets into POJOs for test purposes

<dependency>
    <groupId>com.airhacks</groupId>
    <artifactId>sheetfit</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airhacks : sheetfit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.airhacks : sheetfit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sheetfit-0.0.2
sheetfit-0.0.1

How to add a dependency to Maven

Add the following com.airhacks : sheetfit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airhacks</groupId>
    <artifactId>sheetfit</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airhacks : sheetfit gradle dependency to your build.gradle file:

implementation 'com.airhacks:sheetfit:0.0.2'

Gradle Kotlin DSL: Add the following com.airhacks : sheetfit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airhacks:sheetfit:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airhacks : sheetfit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airhacks" % "sheetfit" % "0.0.2"