MVN

org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder

Maven & Gradle

Oct 02, 2023

Apache Causeway Val - Asciidoctor (Builder) · Library for programmatic AsciiDoc generation. The AsciiDoc name is trademarked by the Eclipse Foundation (https://www.eclipse.org/). This project is *not* part of the specification effort for _AsciiDoc_ under the AsciiDoc Working Group. See https://projects.eclipse.org/proposals/asciidoc-language and https://accounts.eclipse.org/mailing-list/asciidoc-wg. However, we are happy to help with transfer of source code, if any project (under the umbrella of the AsciiDoc Working Group) is willing to take over.

<dependency>
    <groupId>org.apache.causeway.valuetypes</groupId>
    <artifactId>causeway-valuetypes-asciidoc-builder</artifactId>
    <version>2.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-RC3
  • Latest Release Candidate: 2.0.0-RC3

All Versions

Choose a version of org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
causeway-valuetypes-asciidoc-builder-2.0.0-RC3

How to add a dependency to Maven

Add the following org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.causeway.valuetypes</groupId>
    <artifactId>causeway-valuetypes-asciidoc-builder</artifactId>
    <version>2.0.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder gradle dependency to your build.gradle file:

implementation 'org.apache.causeway.valuetypes:causeway-valuetypes-asciidoc-builder:2.0.0-RC3'

Gradle Kotlin DSL: Add the following org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.causeway.valuetypes:causeway-valuetypes-asciidoc-builder:2.0.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.causeway.valuetypes : causeway-valuetypes-asciidoc-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.causeway.valuetypes" % "causeway-valuetypes-asciidoc-builder" % "2.0.0-RC3"