MVN

com.github.ckpoint : toexcel

Maven & Gradle

Oct 21, 2021
59 stars

TOExcel · This is a library that makes Excel easier to use in Java.

<dependency>
    <groupId>com.github.ckpoint</groupId>
    <artifactId>toexcel</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ckpoint : toexcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.github.ckpoint : toexcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
toexcel-1.0.8
toexcel-1.0.7
toexcel-1.0.6
toexcel-1.0.5
toexcel-1.0.3
toexcel-1.0.2
toexcel-1.0.1
toexcel-1.0.0
0.91
toexcel-0.91
0.9.x
toexcel-0.9.6
toexcel-0.9.5
toexcel-0.9.4
toexcel-0.9.3
toexcel-0.9.2
toexcel-0.9.3b
0.9
toexcel-0.9
0.8
toexcel-0.8
0.7
toexcel-0.7
0.6
toexcel-0.6
0.4
toexcel-0.4
0.3
toexcel-0.3
0.2
toexcel-0.2
0.1
toexcel-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.ckpoint</groupId>
    <artifactId>toexcel</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ckpoint : toexcel gradle dependency to your build.gradle file:

implementation 'com.github.ckpoint:toexcel:1.0.8'

Gradle Kotlin DSL: Add the following com.github.ckpoint : toexcel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ckpoint:toexcel:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ckpoint : toexcel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ckpoint" % "toexcel" % "1.0.8"

Advertisement