MVN

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

Maven & Gradle

Mar 16, 2022

OpenJPA Fetching Statistic Tool -- WAS Bundle · OpenJPA tool to capture the fetching statistic data for the persistent fields .

<dependency>
    <groupId>org.apache.openjpa</groupId>
    <artifactId>openjpa-fetch-statistics-was</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openjpa : openjpa-fetch-statistics-was to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2

All Versions

Choose a version of org.apache.openjpa : openjpa-fetch-statistics-was to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
openjpa-fetch-statistics-was-3.2.2
openjpa-fetch-statistics-was-3.2.1
openjpa-fetch-statistics-was-3.2.0
3.1.x
openjpa-fetch-statistics-was-3.1.2
openjpa-fetch-statistics-was-3.1.1
openjpa-fetch-statistics-was-3.1.0
3.0.x
openjpa-fetch-statistics-was-3.0.0
2.4.x
openjpa-fetch-statistics-was-2.4.3
openjpa-fetch-statistics-was-2.4.2
openjpa-fetch-statistics-was-2.4.1
openjpa-fetch-statistics-was-2.4.0
2.3.x
openjpa-fetch-statistics-was-2.3.0

How to add a dependency to Maven

Add the following org.apache.openjpa : openjpa-fetch-statistics-was maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openjpa</groupId>
    <artifactId>openjpa-fetch-statistics-was</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openjpa : openjpa-fetch-statistics-was gradle dependency to your build.gradle file:

implementation 'org.apache.openjpa:openjpa-fetch-statistics-was:3.2.2'

Gradle Kotlin DSL: Add the following org.apache.openjpa : openjpa-fetch-statistics-was gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openjpa:openjpa-fetch-statistics-was:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openjpa : openjpa-fetch-statistics-was sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openjpa" % "openjpa-fetch-statistics-was" % "3.2.2"