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
文件下载
文件名 操作
parent-2.5.0-RC2.pom 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>parent</artifactId>
  <version>2.5.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:parent:2.5.0-RC2'
Gradle Kotlin
implementation("com.buschmais.jqassistant:parent:2.5.0-RC2")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "parent" % "2.5.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='parent', version='2.5.0-RC2')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="parent" rev="2.5.0-RC2" />
Leiningen
[com.buschmais.jqassistant/parent "2.5.0-RC2"]
Apache Buildr
'com.buschmais.jqassistant:parent:jar:2.5.0-RC2'
本项目依赖
该项目无第三方依赖