MVN

io.github.rushuat : ocell

Maven & Gradle

Nov 29, 2022
6 stars

io.github.rushuat:ocell · A library for Excel to POJO and POJO to Excel mapping

<dependency>
    <groupId>io.github.rushuat</groupId>
    <artifactId>ocell</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rushuat : ocell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of io.github.rushuat : ocell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ocell-0.1.7
ocell-0.1.6
ocell-0.1.5
ocell-0.1.4
ocell-0.1.3
ocell-0.1.2
ocell-0.1.1

How to add a dependency to Maven

Add the following io.github.rushuat : ocell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rushuat</groupId>
    <artifactId>ocell</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rushuat : ocell gradle dependency to your build.gradle file:

implementation 'io.github.rushuat:ocell:0.1.7'

Gradle Kotlin DSL: Add the following io.github.rushuat : ocell gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rushuat:ocell:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rushuat : ocell sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rushuat" % "ocell" % "0.1.7"