MVN

org.jamon : jamon-doc

Maven & Gradle

Dec 20, 2011

jamon-doc · Jamon site documentation

<dependency>
    <groupId>org.jamon</groupId>
    <artifactId>jamon-doc</artifactId>
    <version>2011.12.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2011.12.20

All Versions

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

Version Vulnerabilities Updated
2011.12.x
jamon-doc-2011.12.20
2011.10.x
jamon-doc-2011.10.17
2011.09.x
jamon-doc-2011.09.14
2011.03.x
jamon-doc-2011.03.13
2011
jamon-doc-2011-07-07

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jamon</groupId>
    <artifactId>jamon-doc</artifactId>
    <version>2011.12.20</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jamon:jamon-doc:2011.12.20'

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

implementation("org.jamon:jamon-doc:2011.12.20")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jamon" % "jamon-doc" % "2011.12.20"

Advertisement