<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>asciidoc-report</artifactId>
<version>1.9.0-RC1</version>
</dependency>
libraryDependencies += "com.buschmais.jqassistant.plugin" % "asciidoc-report" % "1.9.0-RC1"
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='asciidoc-report', version='1.9.0-RC1')
)
<dependency org="com.buschmais.jqassistant.plugin" name="asciidoc-report" rev="1.9.0-RC1" />
<parent> <groupId>com.buschmais.jqassistant.plugin</groupId> <artifactId>parent</artifactId> <version>1.9.0-RC1</version> </parent>
compile
|-- org.apache.commons:commons-lang3:3.5
|-- org.jsoup:jsoup
|-- org.hamcrest:java-hamcrest
|-- org.mockito:mockito-junit-jupiter
provided
|-- com.buschmais.jqassistant.core:shared
|-- com.buschmais.jqassistant.core:store
|-- com.buschmais.jqassistant.core:rule
|-- com.buschmais.jqassistant.core:report
|-- com.buschmais.jqassistant.plugin:common:1.9.0-RC1
|-- com.buschmais.jqassistant.plugin:java:1.9.0-RC1
test