j

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