p

parent

Maven Parent POM for all projects of the jQAssistant ecosystem. It provides common and useful settings shared by all jQAssistant projects.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Dirk Mahler Stephan Pirnbaum Oliver B. Fischer
Files download
File Operation
parent-2.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>parent</artifactId>
  <version>2.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:parent:2.5.0'
Gradle Kotlin
implementation("com.buschmais.jqassistant:parent:2.5.0")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "parent" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='parent', version='2.5.0')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="parent" rev="2.5.0" />
Leiningen
[com.buschmais.jqassistant/parent "2.5.0"]
Apache Buildr
'com.buschmais.jqassistant:parent:jar:2.5.0'
Dependencies
The project has no third-party dependencies