MVN

org.kie : jbpm-asciidocs

Maven & Gradle

Oct 18, 2016

KIE :: Documentation :: jBPM Asciidoc · jBPM Asciidoc Documentation

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>jbpm-asciidocs</artifactId>
    <version>6.5.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie : jbpm-asciidocs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.0.Final
  • Latest Beta: 6.5.0.Beta1

All Versions

Choose a version of org.kie : jbpm-asciidocs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
jbpm-asciidocs-7.0.0.Beta1
6.5.x
jbpm-asciidocs-6.5.0.Final
jbpm-asciidocs-6.5.0.CR2
jbpm-asciidocs-6.5.0.CR1
jbpm-asciidocs-6.5.0.Beta1
6.4.x
jbpm-asciidocs-6.4.0.Final
jbpm-asciidocs-6.4.0.CR2
jbpm-asciidocs-6.4.0.CR1
jbpm-asciidocs-6.4.0.Beta2
jbpm-asciidocs-6.4.0.Beta1
6.3.x
jbpm-asciidocs-6.3.0.Final
jbpm-asciidocs-6.3.0.CR2
jbpm-asciidocs-6.3.0.CR1
jbpm-asciidocs-6.3.0.Beta2
jbpm-asciidocs-6.3.0.Beta1

How to add a dependency to Maven

Add the following org.kie : jbpm-asciidocs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>jbpm-asciidocs</artifactId>
    <version>6.5.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie : jbpm-asciidocs gradle dependency to your build.gradle file:

implementation 'org.kie:jbpm-asciidocs:6.5.0.Final'

Gradle Kotlin DSL: Add the following org.kie : jbpm-asciidocs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie:jbpm-asciidocs:6.5.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie : jbpm-asciidocs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie" % "jbpm-asciidocs" % "6.5.0.Final"

Advertisement