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