MVN

org.ow2.orchestra : orchestra-doc

Maven & Gradle

Feb 09, 2009
1 usages

Orchestra :: Documentation

<dependency>
    <groupId>org.ow2.orchestra</groupId>
    <artifactId>orchestra-doc</artifactId>
    <version>4.0.M5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.orchestra : orchestra-doc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.M5
  • Latest Release Candidate: 4.0.RC9

All Versions

Choose a version of org.ow2.orchestra : orchestra-doc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
orchestra-doc-4.0.RC9
orchestra-doc-4.0.RC8
orchestra-doc-4.0.RC7
orchestra-doc-4.0.RC6
orchestra-doc-4.0.RC5
orchestra-doc-4.0.RC4
orchestra-doc-4.0.RC3
orchestra-doc-4.0.M5

How to add a dependency to Maven

Add the following org.ow2.orchestra : orchestra-doc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.orchestra</groupId>
    <artifactId>orchestra-doc</artifactId>
    <version>4.0.M5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.orchestra : orchestra-doc gradle dependency to your build.gradle file:

implementation 'org.ow2.orchestra:orchestra-doc:4.0.M5'

Gradle Kotlin DSL: Add the following org.ow2.orchestra : orchestra-doc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.orchestra:orchestra-doc:4.0.M5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.orchestra : orchestra-doc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.orchestra" % "orchestra-doc" % "4.0.M5"