o

openjpa-fetch-statistics-was

OpenJPA tool to capture the fetching statistic data for the persistent fields .
Apache License 2.0
文件下载
文件名 操作
openjpa-fetch-statistics-was-4.0.1.jar 下载
openjpa-fetch-statistics-was-4.0.1.pom 下载
openjpa-fetch-statistics-was-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.openjpa</groupId>
  <artifactId>openjpa-fetch-statistics-was</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.openjpa:openjpa-fetch-statistics-was:4.0.1'
Gradle Kotlin
implementation("org.apache.openjpa:openjpa-fetch-statistics-was:4.0.1")
Scala SBT
libraryDependencies += "org.apache.openjpa" % "openjpa-fetch-statistics-was" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.openjpa', module='openjpa-fetch-statistics-was', version='4.0.1')
)
Apache Ivy
<dependency org="org.apache.openjpa" name="openjpa-fetch-statistics-was" rev="4.0.1" />
Leiningen
[org.apache.openjpa/openjpa-fetch-statistics-was "4.0.1"]
Apache Buildr
'org.apache.openjpa:openjpa-fetch-statistics-was:jar:4.0.1'