MVN

ar.com.jmfsg : api-doc

Maven & Gradle

Aug 14, 2013
3 stars

jmfsg :: api-doc · api documentation made pretty and easy

<dependency>
    <groupId>ar.com.jmfsg</groupId>
    <artifactId>api-doc</artifactId>
    <version>0.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ar.com.jmfsg : api-doc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.34

All Versions

Choose a version of ar.com.jmfsg : api-doc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
api-doc-0.0.34
api-doc-0.0.32
api-doc-0.0.31
api-doc-0.0.30
api-doc-0.0.29
api-doc-0.0.28
api-doc-0.0.27
api-doc-0.0.26
api-doc-0.0.25
api-doc-0.0.24
api-doc-0.0.23
api-doc-0.0.22
api-doc-0.0.21
api-doc-0.0.20
api-doc-0.0.19

How to add a dependency to Maven

Add the following ar.com.jmfsg : api-doc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ar.com.jmfsg</groupId>
    <artifactId>api-doc</artifactId>
    <version>0.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ar.com.jmfsg : api-doc gradle dependency to your build.gradle file:

implementation 'ar.com.jmfsg:api-doc:0.0.34'

Gradle Kotlin DSL: Add the following ar.com.jmfsg : api-doc gradle kotlin dependency to your build.gradle.kts file:

implementation("ar.com.jmfsg:api-doc:0.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following ar.com.jmfsg : api-doc sbt scala dependency to your build.sbt file:

libraryDependencies += "ar.com.jmfsg" % "api-doc" % "0.0.34"

Advertisement