Last Version

jPile - Java Persistence Infile LoadEr 1.8.3

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.

License

License

GroupId

GroupId

com.opower
ArtifactId

ArtifactId

jpile
Version

Version

1.8.3
Type

Type

jar
Description

Description

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.

Download jpile 1.8.3


<!-- https://jarcasting.com/artifacts/com.opower/jpile/ -->
<dependency>
    <groupId>com.opower</groupId>
    <artifactId>jpile</artifactId>
    <version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.opower/jpile/
implementation 'com.opower:jpile:1.8.3'
// https://jarcasting.com/artifacts/com.opower/jpile/
implementation ("com.opower:jpile:1.8.3")
'com.opower:jpile:jar:1.8.3'
<dependency org="com.opower" name="jpile" rev="1.8.3">
  <artifact name="jpile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opower', module='jpile', version='1.8.3')
)
libraryDependencies += "com.opower" % "jpile" % "1.8.3"
[com.opower/jpile "1.8.3"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-core jar 3.2.6.RELEASE
com.google.guava : guava jar 12.0
joda-time : joda-time jar 2.1
org.javassist : javassist jar 3.16.1-GA
org.slf4j : slf4j-api Optional jar 1.7.2
com.google.code.findbugs : jsr305 jar 3.0.1

provided (3)

Group / Artifact Type Version
org.hibernate.java-persistence : jpa-api jar 2.0-cr-1
mysql : mysql-connector-java jar 5.1.18
c3p0 : c3p0 jar 0.9.1.2

runtime (1)

Group / Artifact Type Version
org.springframework : spring-context jar 3.2.6.RELEASE

test (9)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.springframework : spring-test jar 3.2.6.RELEASE
org.hibernate : hibernate-core jar 3.6.8.Final
org.hibernate : hibernate-entitymanager jar 3.6.8.Final
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.springframework : spring-jdbc jar 3.2.6.RELEASE
org.slf4j : slf4j-jdk14 jar 1.7.2
com.zaxxer : HikariCP-java6 jar 2.2.5

Project Modules

There are no modules declared in this project.