MVN

com.opower : jpile

Maven & Gradle

Nov 09, 2016

jPile - Java Persistence Infile LoadEr · jPile implements javax.persistence annotations. The primary use for this library is to write massive amount of data to the database with a very high throughput. It uses MySQL's infile format. See README for more help.

<dependency>
    <groupId>com.opower</groupId>
    <artifactId>jpile</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opower : jpile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of com.opower : jpile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
jpile-1.8.3
jpile-1.8.2
jpile-1.8.1
jpile-1.8.0
1.7.x
jpile-1.7.11
jpile-1.7.10
jpile-1.7.9
jpile-1.7.8
jpile-1.7.7
jpile-1.7.5
jpile-1.7.4
jpile-1.7.3
jpile-1.7.2
jpile-1.7.1
jpile-1.7.0
1.6
jpile-1.6
1.5
jpile-1.5
1.4
jpile-1.4
1.3
jpile-1.3
1.2
jpile-1.2
1.1
jpile-1.1
1.0
jpile-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opower</groupId>
    <artifactId>jpile</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opower : jpile gradle dependency to your build.gradle file:

implementation 'com.opower:jpile:1.8.3'

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

implementation("com.opower:jpile:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opower : jpile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opower" % "jpile" % "1.8.3"

Advertisement