MVN

th.co.geniustree : xlsBean

Maven & Gradle

Aug 10, 2012

xlsBean · xls to beans with annotation

<dependency>
    <groupId>th.co.geniustree</groupId>
    <artifactId>xlsBean</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of th.co.geniustree : xlsBean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of th.co.geniustree : xlsBean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
xlsBean-1.1
1.0
xlsBean-1.0
xlsBean-1.0-M2

How to add a dependency to Maven

Add the following th.co.geniustree : xlsBean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>th.co.geniustree</groupId>
    <artifactId>xlsBean</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following th.co.geniustree : xlsBean gradle dependency to your build.gradle file:

implementation 'th.co.geniustree:xlsBean:1.1'

Gradle Kotlin DSL: Add the following th.co.geniustree : xlsBean gradle kotlin dependency to your build.gradle.kts file:

implementation("th.co.geniustree:xlsBean:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following th.co.geniustree : xlsBean sbt scala dependency to your build.sbt file:

libraryDependencies += "th.co.geniustree" % "xlsBean" % "1.1"

Advertisement