MVN

org.restcomm.media.docs : asciidoc

Maven & Gradle

Oct 05, 2017
157 stars

Documentation ASCII

<dependency>
    <groupId>org.restcomm.media.docs</groupId>
    <artifactId>asciidoc</artifactId>
    <version>6.0.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm.media.docs : asciidoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.49

All Versions

Choose a version of org.restcomm.media.docs : asciidoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
asciidoc-7.0.16
asciidoc-7.0.14
asciidoc-7.0.13
asciidoc-7.0.8
asciidoc-7.0.6
6.0.x
asciidoc-6.0.49
asciidoc-6.0.48
asciidoc-6.0.40
asciidoc-6.0.36
asciidoc-6.0.29

How to add a dependency to Maven

Add the following org.restcomm.media.docs : asciidoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm.media.docs</groupId>
    <artifactId>asciidoc</artifactId>
    <version>6.0.49</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm.media.docs : asciidoc gradle dependency to your build.gradle file:

implementation 'org.restcomm.media.docs:asciidoc:6.0.49'

Gradle Kotlin DSL: Add the following org.restcomm.media.docs : asciidoc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm.media.docs:asciidoc:6.0.49")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm.media.docs : asciidoc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm.media.docs" % "asciidoc" % "6.0.49"

Advertisement