MVN

com.buschmais.jqassistant : jqassistant.plugin.plugin-parent

Maven & Gradle

Nov 30, 2019
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</groupId>
    <artifactId>jqassistant.plugin.plugin-parent</artifactId>
    <version>1.8.0-MS1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.0-MS1
  • Latest Release Candidate: 1.7.0-RC1

All Versions

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

Version Vulnerabilities Updated
1.8.x
jqassistant.plugin.plugin-parent-1.8.0-MS1
1.7.x
jqassistant.plugin.plugin-parent-1.7.0
jqassistant.plugin.plugin-parent-1.7.0-RC1
jqassistant.plugin.plugin-parent-1.7.0-MS3
jqassistant.plugin.plugin-parent-1.7.0-MS2
jqassistant.plugin.plugin-parent-1.7.0-MS1
1.6.x
jqassistant.plugin.plugin-parent-1.6.0
jqassistant.plugin.plugin-parent-1.6.0-RC1
1.5.x
jqassistant.plugin.plugin-parent-1.5.0
jqassistant.plugin.plugin-parent-1.5.0-RC-1
1.4.x
jqassistant.plugin.plugin-parent-1.4.0
1.3.x
jqassistant.plugin.plugin-parent-1.3.0
1.2.x
jqassistant.plugin.plugin-parent-1.2.0
jqassistant.plugin.plugin-parent-1.2.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>jqassistant.plugin.plugin-parent</artifactId>
    <version>1.8.0-MS1</version>
</dependency>

Advertisement