j

jpa2

Plugin for jQAssistant to be able to scan and to analyze JPA 2 related artifacts.
http://jqassistant.org/
GNU General Public License, v3
buschmais GbR
Files download
File Operation
jpa2-1.2-RC1.jar download
jpa2-1.2-RC1.pom download
jpa2-1.2-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>jpa2</artifactId>
  <version>1.2-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:jpa2:1.2-RC1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:jpa2:1.2-RC1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "jpa2" % "1.2-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='jpa2', version='1.2-RC1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="jpa2" rev="1.2-RC1" />
Leiningen
[com.buschmais.jqassistant.plugin/jpa2 "1.2-RC1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:jpa2:jar:1.2-RC1'