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