is not current version
Last Version 1.8.3

com.opower:jpile 1.7.0

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.

GroupId

GroupId

com.opower
ArtifactId

ArtifactId

jpile
Version

Version

1.7.0
Type

Type

jar

Download jpile 1.7.0


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