a

asciidoc-report

The jQAssistant plugin for creating reports from Asciidoc files.
http://jqassistant.org/
GNU General Public License, v3
buschmais GbR
Files download
File Operation
asciidoc-report-1.9.0-ALPHA1.jar download
asciidoc-report-1.9.0-ALPHA1.pom download
asciidoc-report-1.9.0-ALPHA1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>asciidoc-report</artifactId>
  <version>1.9.0-ALPHA1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:asciidoc-report:1.9.0-ALPHA1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:asciidoc-report:1.9.0-ALPHA1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "asciidoc-report" % "1.9.0-ALPHA1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='asciidoc-report', version='1.9.0-ALPHA1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="asciidoc-report" rev="1.9.0-ALPHA1" />
Leiningen
[com.buschmais.jqassistant.plugin/asciidoc-report "1.9.0-ALPHA1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:asciidoc-report:jar:1.9.0-ALPHA1'