MVN

ws.ament.hammock : jpa-openjpa

Maven & Gradle

Mar 04, 2018
<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>jpa-openjpa</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws.ament.hammock : jpa-openjpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of ws.ament.hammock : jpa-openjpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
jpa-openjpa-2.1
2.0
jpa-openjpa-2.0
1.5
jpa-openjpa-1.5
1.3
jpa-openjpa-1.3
1.2.x
jpa-openjpa-1.2.1
1.2
jpa-openjpa-1.2
1.1
jpa-openjpa-1.1
1.0
jpa-openjpa-1.0
0.5.x
jpa-openjpa-0.5.0

How to add a dependency to Maven

Add the following ws.ament.hammock : jpa-openjpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>jpa-openjpa</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ws.ament.hammock : jpa-openjpa gradle dependency to your build.gradle file:

implementation 'ws.ament.hammock:jpa-openjpa:2.1'

Gradle Kotlin DSL: Add the following ws.ament.hammock : jpa-openjpa gradle kotlin dependency to your build.gradle.kts file:

implementation("ws.ament.hammock:jpa-openjpa:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ws.ament.hammock : jpa-openjpa sbt scala dependency to your build.sbt file:

libraryDependencies += "ws.ament.hammock" % "jpa-openjpa" % "2.1"