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

org.apache.openjpa:openjpa-fetch-statistics 2.4.2

OpenJPA tool to capture the fetching statistic data for the persistent fields .

Группа

Группа

org.apache.openjpa
Идентификатор

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

openjpa-fetch-statistics
Версия

Версия

2.4.2
Тип

Тип

jar

Скачать openjpa-fetch-statistics 2.4.2


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