MVN

org.apache.maven.doxia : doxia-test-docs

Maven & Gradle

Jun 21, 2023
3 usages
25 stars

Doxia :: Test Documents · Several test documents to check syntax structures under Doxia.

<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-test-docs</artifactId>
    <version>2.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.doxia : doxia-test-docs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M7

All Versions

Choose a version of org.apache.maven.doxia : doxia-test-docs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
doxia-test-docs-2.0.0-M7
doxia-test-docs-2.0.0-M6
doxia-test-docs-2.0.0-M5
doxia-test-docs-2.0.0-M4
doxia-test-docs-2.0.0-M3
doxia-test-docs-2.0.0-M2
doxia-test-docs-2.0.0-M1
1.12.x
doxia-test-docs-1.12.0
1.11.x
doxia-test-docs-1.11.1
1.10
doxia-test-docs-1.10
1.9.x
doxia-test-docs-1.9.1
1.9
doxia-test-docs-1.9
1.8
doxia-test-docs-1.8
1.7
doxia-test-docs-1.7
1.6
doxia-test-docs-1.6
1.5
doxia-test-docs-1.5
1.4
doxia-test-docs-1.4
1.3
doxia-test-docs-1.3
1.2
doxia-test-docs-1.2
1.1.x
doxia-test-docs-1.1.4
doxia-test-docs-1.1.3
doxia-test-docs-1.1.2
doxia-test-docs-1.1.1
1.1
doxia-test-docs-1.1

How to add a dependency to Maven

Add the following org.apache.maven.doxia : doxia-test-docs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-test-docs</artifactId>
    <version>2.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.doxia : doxia-test-docs gradle dependency to your build.gradle file:

implementation 'org.apache.maven.doxia:doxia-test-docs:2.0.0-M7'

Gradle Kotlin DSL: Add the following org.apache.maven.doxia : doxia-test-docs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.doxia:doxia-test-docs:2.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.doxia : doxia-test-docs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.doxia" % "doxia-test-docs" % "2.0.0-M7"

Advertisement