MVN

com.buschmais.jqassistant.plugin : asciidoc-report

Maven & Gradle

Nov 09, 2022
4 usages
2 stars

jQAssistant AsciiDoc Report Plugin · The jQAssistant plugin for creating reports from AsciiDoc files.

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>asciidoc-report</artifactId>
    <version>1.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buschmais.jqassistant.plugin : asciidoc-report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.2
  • Latest Release Candidate: 1.11.0-RC-1
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

Choose a version of com.buschmais.jqassistant.plugin : asciidoc-report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
asciidoc-report-1.12.2
asciidoc-report-1.12.1
asciidoc-report-1.12.0
asciidoc-report-1.12.0-M1
1.11.x
asciidoc-report-1.11.1
asciidoc-report-1.11.0
asciidoc-report-1.11.0-RC-1
1.10.x
asciidoc-report-1.10.1
asciidoc-report-1.10.0
asciidoc-report-1.10.0-RC1
asciidoc-report-1.10.0-ALPHA1
1.9.x
asciidoc-report-1.9.1
asciidoc-report-1.9.0
asciidoc-report-1.9.0-RC1
asciidoc-report-1.9.0-ALPHA2
asciidoc-report-1.9.0-ALPHA1
1.8.x
asciidoc-report-1.8.0
asciidoc-report-1.8.0-MS1

How to add a dependency to Maven

Add the following com.buschmais.jqassistant.plugin : asciidoc-report maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>asciidoc-report</artifactId>
    <version>1.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buschmais.jqassistant.plugin : asciidoc-report gradle dependency to your build.gradle file:

implementation 'com.buschmais.jqassistant.plugin:asciidoc-report:1.12.2'

Gradle Kotlin DSL: Add the following com.buschmais.jqassistant.plugin : asciidoc-report gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buschmais.jqassistant.plugin:asciidoc-report:1.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buschmais.jqassistant.plugin : asciidoc-report sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buschmais.jqassistant.plugin" % "asciidoc-report" % "1.12.2"