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