не последняя версия
Последняя версия 1.8.3

com.opower:jpile 1.2

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.

Группа

Группа

com.opower
Идентификатор

Идентификатор

jpile
Версия

Версия

1.2
Тип

Тип

jar

Скачать jpile 1.2

Имя Файла Размер
jpile-1.2.pom
jpile-1.2.jar 40 KB
jpile-1.2-sources.jar 24 KB
jpile-1.2-javadoc.jar 138 KB
Обзор

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