is not current version
Last Version 1.8.3

com.opower:jpile 1.1

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.1
Type

Type

jar

Download jpile 1.1


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