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