MVN

org.noear : luffy.cap.extend.excel

Maven & Gradle

Jul 08, 2023
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>luffy.cap.extend.excel</artifactId>
    <version>1.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.noear : luffy.cap.extend.excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.6

All Versions

Choose a version of org.noear : luffy.cap.extend.excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
luffy.cap.extend.excel-1.6.6
luffy.cap.extend.excel-1.6.5
luffy.cap.extend.excel-1.6.4
luffy.cap.extend.excel-1.6.3
luffy.cap.extend.excel-1.6.2
luffy.cap.extend.excel-1.6.1
luffy.cap.extend.excel-1.6.0
1.5.x
luffy.cap.extend.excel-1.5.1
luffy.cap.extend.excel-1.5.0
1.4.x
luffy.cap.extend.excel-1.4.3
luffy.cap.extend.excel-1.4.2
luffy.cap.extend.excel-1.4.1
luffy.cap.extend.excel-1.4.0
1.3.x
luffy.cap.extend.excel-1.3.4
luffy.cap.extend.excel-1.3.3
luffy.cap.extend.excel-1.3.2
luffy.cap.extend.excel-1.3.1
luffy.cap.extend.excel-1.3.0
1.2.x
luffy.cap.extend.excel-1.2.1
luffy.cap.extend.excel-1.2.0
1.1.x
luffy.cap.extend.excel-1.1.16
luffy.cap.extend.excel-1.1.15
luffy.cap.extend.excel-1.1.14
luffy.cap.extend.excel-1.1.13
luffy.cap.extend.excel-1.1.12
luffy.cap.extend.excel-1.1.11
luffy.cap.extend.excel-1.1.10
luffy.cap.extend.excel-1.1.9

How to add a dependency to Maven

Add the following org.noear : luffy.cap.extend.excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.noear</groupId>
    <artifactId>luffy.cap.extend.excel</artifactId>
    <version>1.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.noear : luffy.cap.extend.excel gradle dependency to your build.gradle file:

implementation 'org.noear:luffy.cap.extend.excel:1.6.6'

Gradle Kotlin DSL: Add the following org.noear : luffy.cap.extend.excel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.noear:luffy.cap.extend.excel:1.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.noear : luffy.cap.extend.excel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.noear" % "luffy.cap.extend.excel" % "1.6.6"

Advertisement