MVN

com.buschmais.jqassistant.plugin : parent

Maven & Gradle

Aug 26, 2023
1 stars

jQAssistant Plugin Parent POM · The parent POM for all plugins developed by the jQAssistant team. It defines a standard of actions, checks and dependencies required by each jQAssistant plugin.

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

Latest Version

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

  • Latest Stable: 2.0.7
  • Latest Release Candidate: 2.0.0-RC2
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

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

Version Vulnerabilities Updated
2.0.x
parent-2.0.7
parent-2.0.6
parent-2.0.5
parent-2.0.4
parent-2.0.3
parent-2.0.2
parent-2.0.1
parent-2.0.0
parent-2.0.0-RC2
parent-2.0.0-RC1
parent-2.0.0-M4
parent-2.0.0-M3
parent-2.0.0-M2
parent-2.0.0-M1
1.12.x
parent-1.12.2
parent-1.12.1
parent-1.12.0
parent-1.12.0-M1
1.11.x
parent-1.11.1
parent-1.11.0
parent-1.11.0-RC-1
1.10.x
parent-1.10.1
parent-1.10.0
parent-1.10.0-RC1
parent-1.10.0-ALPHA1
1.9.x
parent-1.9.1
parent-1.9.0
parent-1.9.0-RC1
parent-1.9.0-ALPHA2
parent-1.9.0-ALPHA1
1.8.x
parent-1.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.7</version>
</dependency>