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