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.10.0.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>parent</artifactId>
  <version>1.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:parent:1.10.0'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:parent:1.10.0")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "parent" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='parent', version='1.10.0')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="parent" rev="1.10.0" />
Leiningen
[com.buschmais.jqassistant.plugin/parent "1.10.0"]
Apache Buildr
'com.buschmais.jqassistant.plugin:parent:jar:1.10.0'