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

com.opower:jpile 1.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.

Группа

Группа

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

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

jpile
Версия

Версия

1.0
Тип

Тип

jar

Скачать jpile 1.0

Имя Файла Размер
jpile-1.0.pom
jpile-1.0.jar 32 KB
jpile-1.0-sources.jar 21 KB
jpile-1.0-javadoc.jar 120 KB
Обзор

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