MVN

com.solveurits : solveurExcel

Maven & Gradle

Aug 10, 2020

Solveur Excel API for JAVA - SQL Query · Solveur Excel API for JAVA - SQL Query. Extract, Insert, Update, Delete data in Excel using sql query. You can query xls and xlsx files

<dependency>
    <groupId>com.solveurits</groupId>
    <artifactId>solveurExcel</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.solveurits : solveurExcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.solveurits : solveurExcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
solveurExcel-1.2
1.1
solveurExcel-1.1
1.0
solveurExcel-1.0
1.0beta
solveurExcel-1.0beta
0.3beta
solveurExcel-0.3beta
0.2beta
solveurExcel-0.2beta
0.1beta
solveurExcel-0.1beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.solveurits</groupId>
    <artifactId>solveurExcel</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.solveurits : solveurExcel gradle dependency to your build.gradle file:

implementation 'com.solveurits:solveurExcel:1.2'

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

implementation("com.solveurits:solveurExcel:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.solveurits : solveurExcel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.solveurits" % "solveurExcel" % "1.2"

Advertisement