GroupId | GroupIdorg.apache.openjpa |
---|---|
ArtifactId | ArtifactIdopenjpa-fetch-statistics |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-fetch-statistics/ -->
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-fetch-statistics</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-fetch-statistics/
implementation 'org.apache.openjpa:openjpa-fetch-statistics:3.0.0'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-fetch-statistics/
implementation ("org.apache.openjpa:openjpa-fetch-statistics:3.0.0")
'org.apache.openjpa:openjpa-fetch-statistics:jar:3.0.0'
<dependency org="org.apache.openjpa" name="openjpa-fetch-statistics" rev="3.0.0">
<artifact name="openjpa-fetch-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-fetch-statistics', version='3.0.0')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-fetch-statistics" % "3.0.0"
[org.apache.openjpa/openjpa-fetch-statistics "3.0.0"]