Files download
File Operation
common-parent-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.jqassistant.plugin</groupId>
  <artifactId>common-parent</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jqassistant.plugin:common-parent:2.2.0'
Gradle Kotlin
implementation("org.jqassistant.plugin:common-parent:2.2.0")
Scala SBT
libraryDependencies += "org.jqassistant.plugin" % "common-parent" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jqassistant.plugin', module='common-parent', version='2.2.0')
)
Apache Ivy
<dependency org="org.jqassistant.plugin" name="common-parent" rev="2.2.0" />
Leiningen
[org.jqassistant.plugin/common-parent "2.2.0"]
Apache Buildr
'org.jqassistant.plugin:common-parent:jar:2.2.0'
Dependencies
The project has no third-party dependencies