Files download
File Operation
jmolecules-jpa-1.6.0.jar download
jmolecules-jpa-1.6.0.pom download
jmolecules-jpa-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jmolecules.integrations</groupId>
  <artifactId>jmolecules-jpa</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.jmolecules.integrations:jmolecules-jpa:1.6.0'
Gradle Kotlin
implementation("org.jmolecules.integrations:jmolecules-jpa:1.6.0")
Scala SBT
libraryDependencies += "org.jmolecules.integrations" % "jmolecules-jpa" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jmolecules.integrations', module='jmolecules-jpa', version='1.6.0')
)
Apache Ivy
<dependency org="org.jmolecules.integrations" name="jmolecules-jpa" rev="1.6.0" />
Leiningen
[org.jmolecules.integrations/jmolecules-jpa "1.6.0"]
Apache Buildr
'org.jmolecules.integrations:jmolecules-jpa:jar:1.6.0'