MVN

capital.scalable : spring-auto-restdocs-json-doclet-jdk9

Maven & Gradle

Apr 19, 2021
281 stars

Spring Auto REST Docs Json Doclet for JDK9+ · Doclet exporting JavaDoc to JSON for Spring Auto REST Docs

<dependency>
    <groupId>capital.scalable</groupId>
    <artifactId>spring-auto-restdocs-json-doclet-jdk9</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of capital.scalable : spring-auto-restdocs-json-doclet-jdk9 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of capital.scalable : spring-auto-restdocs-json-doclet-jdk9 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-auto-restdocs-json-doclet-jdk9-2.0.11
spring-auto-restdocs-json-doclet-jdk9-2.0.10
spring-auto-restdocs-json-doclet-jdk9-2.0.9
spring-auto-restdocs-json-doclet-jdk9-2.0.8
spring-auto-restdocs-json-doclet-jdk9-2.0.7
spring-auto-restdocs-json-doclet-jdk9-2.0.6
spring-auto-restdocs-json-doclet-jdk9-2.0.5
spring-auto-restdocs-json-doclet-jdk9-2.0.4
spring-auto-restdocs-json-doclet-jdk9-2.0.3
spring-auto-restdocs-json-doclet-jdk9-2.0.2

How to add a dependency to Maven

Add the following capital.scalable : spring-auto-restdocs-json-doclet-jdk9 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>capital.scalable</groupId>
    <artifactId>spring-auto-restdocs-json-doclet-jdk9</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following capital.scalable : spring-auto-restdocs-json-doclet-jdk9 gradle dependency to your build.gradle file:

implementation 'capital.scalable:spring-auto-restdocs-json-doclet-jdk9:2.0.11'

Gradle Kotlin DSL: Add the following capital.scalable : spring-auto-restdocs-json-doclet-jdk9 gradle kotlin dependency to your build.gradle.kts file:

implementation("capital.scalable:spring-auto-restdocs-json-doclet-jdk9:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following capital.scalable : spring-auto-restdocs-json-doclet-jdk9 sbt scala dependency to your build.sbt file:

libraryDependencies += "capital.scalable" % "spring-auto-restdocs-json-doclet-jdk9" % "2.0.11"

Advertisement