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