<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>jqa-distribution-specification</artifactId>
<version>2.3.0-M1</version>
</dependency>
libraryDependencies += "com.buschmais.jqassistant" % "jqa-distribution-specification" % "2.3.0-M1"
@Grapes(
@Grab(group='com.buschmais.jqassistant', module='jqa-distribution-specification', version='2.3.0-M1')
)
<dependency org="com.buschmais.jqassistant" name="jqa-distribution-specification" rev="2.3.0-M1" />
<parent> <groupId>com.buschmais.jqassistant</groupId> <artifactId>jqa-uber-parent</artifactId> <version>2.3.0-M1</version> </parent>
compile
|-- com.buschmais.jqassistant.core:runtime:2.3.0-M1
provided
|-- com.buschmais.jqassistant.plugin:java:2.3.0-M1
|-- com.buschmais.jqassistant.plugin:yaml2:2.3.0-M1
|-- com.buschmais.jqassistant.plugin:json:2.3.0-M1
|-- com.buschmais.jqassistant.plugin:junit:2.3.0-M1