MVN

com.buschmais.jqassistant.plugin : jpa2

Maven & Gradle

Nov 09, 2022
10 usages

jQAssistant JPA 2 Plugin · Plugin for jQAssistant to be able to scan and to analyze JPA 2 related artifacts.

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>jpa2</artifactId>
    <version>1.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buschmais.jqassistant.plugin : jpa2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.2
  • Latest Release Candidate: 1.11.0-RC-1
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

Choose a version of com.buschmais.jqassistant.plugin : jpa2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • jpa2-1.12.2

    Nov 09, 2022
  • jpa2-1.12.1

    Nov 04, 2022
  • jpa2-1.12.0

    Jul 08, 2022
  • jpa2-1.12.0-M1

    Mar 22, 2022
  • jpa2-1.11.1

    Nov 14, 2021
  • jpa2-1.11.0

    Oct 28, 2021
  • jpa2-1.11.0-RC-1

    Aug 31, 2021
  • jpa2-1.10.1

    Jul 27, 2021
  • jpa2-1.10.0

    Jun 27, 2021
  • jpa2-1.10.0-RC1

    Jun 22, 2021
  • jpa2-1.10.0-ALPHA1

    Jun 10, 2021
  • jpa2-1.9.1

    Feb 25, 2021
  • jpa2-1.9.0

    Nov 25, 2020
  • jpa2-1.9.0-RC1

    Oct 28, 2020
  • jpa2-1.9.0-ALPHA2

    Jun 22, 2020
  • jpa2-1.9.0-ALPHA1

    May 19, 2020
  • jpa2-1.8.0

    Jan 26, 2020
  • jpa2-1.8.0-MS1

    Nov 30, 2019
  • jpa2-1.7.0

    Sep 28, 2019
  • jpa2-1.7.0-RC1

    Sep 21, 2019
  • jpa2-1.7.0-MS3

    Mar 02, 2019
  • jpa2-1.7.0-MS2

    Feb 28, 2019
  • jpa2-1.7.0-MS1

    Jan 27, 2019
  • jpa2-1.6.0

    Dec 05, 2018
  • jpa2-1.6.0-RC1

    Nov 24, 2018
  • jpa2-1.5.0

    Oct 16, 2018
  • jpa2-1.5-RC-1

    Sep 21, 2018
  • jpa2-1.4

    Jun 01, 2018
  • jpa2-1.3

    May 08, 2017
  • jpa2-1.2

    Dec 29, 2016
  • jpa2-1.2-RC1

    Oct 25, 2016

How to add a dependency to Maven

Add the following com.buschmais.jqassistant.plugin : jpa2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>jpa2</artifactId>
    <version>1.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buschmais.jqassistant.plugin : jpa2 gradle dependency to your build.gradle file:

implementation 'com.buschmais.jqassistant.plugin:jpa2:1.12.2'

Gradle Kotlin DSL: Add the following com.buschmais.jqassistant.plugin : jpa2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buschmais.jqassistant.plugin:jpa2:1.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buschmais.jqassistant.plugin : jpa2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buschmais.jqassistant.plugin" % "jpa2" % "1.12.2"