MVN

io.github.javaeden.orchid : OrchidWiki

Maven & Gradle

Dec 13, 2017
2 usages
506 stars

Orchid · A modern, extensible, theme-ready Javadoc site generator

<dependency>
    <groupId>io.github.javaeden.orchid</groupId>
    <artifactId>OrchidWiki</artifactId>
    <version>v0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.javaeden.orchid : OrchidWiki to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.5.3

All Versions

Choose a version of io.github.javaeden.orchid : OrchidWiki to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.5.x
OrchidWiki-v0.5.3
v0.3.x
OrchidWiki-v0.3.12
OrchidWiki-v0.3.11
OrchidWiki-v0.3.8
OrchidWiki-v0.3.7
OrchidWiki-v0.3.6
OrchidWiki-v0.3.5
OrchidWiki-v0.3.4
OrchidWiki-v0.3.3
OrchidWiki-v0.3.2
OrchidWiki-v0.3.1
OrchidWiki-v0.3.0
v0.2.x
OrchidWiki-v0.2.9
OrchidWiki-v0.2.8
OrchidWiki-v0.2.6
OrchidWiki-v0.2.5
OrchidWiki-v0.2.4
OrchidWiki-v0.2.3
OrchidWiki-v0.2.2
OrchidWiki-v0.2.1
OrchidWiki-v0.2.0
v0.1.x
OrchidWiki-v0.1.0
unspecified
OrchidWiki-unspecified

How to add a dependency to Maven

Add the following io.github.javaeden.orchid : OrchidWiki maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.javaeden.orchid</groupId>
    <artifactId>OrchidWiki</artifactId>
    <version>v0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.javaeden.orchid : OrchidWiki gradle dependency to your build.gradle file:

implementation 'io.github.javaeden.orchid:OrchidWiki:v0.5.3'

Gradle Kotlin DSL: Add the following io.github.javaeden.orchid : OrchidWiki gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.javaeden.orchid:OrchidWiki:v0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.javaeden.orchid : OrchidWiki sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.javaeden.orchid" % "OrchidWiki" % "v0.5.3"

Advertisement