p

parent

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.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
parent-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>parent</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:parent:2.0.1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:parent:2.0.1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "parent" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='parent', version='2.0.1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="parent" rev="2.0.1" />
Leiningen
[com.buschmais.jqassistant.plugin/parent "2.0.1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:parent:jar:2.0.1'