MVN

de.codecentric : batch-boot-file-to-db

Maven & Gradle

Aug 05, 2022
263 stars

Sample Batch Web File-to-DB · Demo project

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>batch-boot-file-to-db</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.codecentric : batch-boot-file-to-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of de.codecentric : batch-boot-file-to-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
batch-boot-file-to-db-2.3.0
2.2.x
batch-boot-file-to-db-2.2.0
2.1.x
batch-boot-file-to-db-2.1.0.RELEASE
2.0.x
batch-boot-file-to-db-2.0.4.RELEASE
batch-boot-file-to-db-2.0.3.RELEASE
batch-boot-file-to-db-2.0.2.RELEASE
batch-boot-file-to-db-2.0.1.RELEASE
batch-boot-file-to-db-2.0.0.RELEASE

How to add a dependency to Maven

Add the following de.codecentric : batch-boot-file-to-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>batch-boot-file-to-db</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.codecentric : batch-boot-file-to-db gradle dependency to your build.gradle file:

implementation 'de.codecentric:batch-boot-file-to-db:2.3.0'

Gradle Kotlin DSL: Add the following de.codecentric : batch-boot-file-to-db gradle kotlin dependency to your build.gradle.kts file:

implementation("de.codecentric:batch-boot-file-to-db:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.codecentric : batch-boot-file-to-db sbt scala dependency to your build.sbt file:

libraryDependencies += "de.codecentric" % "batch-boot-file-to-db" % "2.3.0"

Advertisement