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