MVN

com.github.ddm4j : spring-boot-api-document

Maven & Gradle

Apr 02, 2023
3 stars

spring-boot-api-document · spring boot api document

<dependency>
    <groupId>com.github.ddm4j</groupId>
    <artifactId>spring-boot-api-document</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ddm4j : spring-boot-api-document to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.github.ddm4j : spring-boot-api-document to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
spring-boot-api-document-2.7.0
2.6.x
spring-boot-api-document-2.6.0
2.5.x
spring-boot-api-document-2.5.2
spring-boot-api-document-2.5.1
spring-boot-api-document-2.5.0
2.4.x
spring-boot-api-document-2.4.7
spring-boot-api-document-2.4.6
spring-boot-api-document-2.4.5
spring-boot-api-document-2.4.4
spring-boot-api-document-2.4.3
spring-boot-api-document-2.4.2
spring-boot-api-document-2.4.1
spring-boot-api-document-2.4.0
2.3.x
spring-boot-api-document-2.3.1
spring-boot-api-document-2.3.0
2.2.x
spring-boot-api-document-2.2.11
spring-boot-api-document-2.2.10
spring-boot-api-document-2.2.9
spring-boot-api-document-2.2.8
spring-boot-api-document-2.2.7
spring-boot-api-document-2.2.6
spring-boot-api-document-2.2.5
spring-boot-api-document-2.2.3
spring-boot-api-document-2.2.2
spring-boot-api-document-2.2.1
2.1.x
spring-boot-api-document-2.1.1
spring-boot-api-document-2.1.0

How to add a dependency to Maven

Add the following com.github.ddm4j : spring-boot-api-document maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ddm4j</groupId>
    <artifactId>spring-boot-api-document</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ddm4j : spring-boot-api-document gradle dependency to your build.gradle file:

implementation 'com.github.ddm4j:spring-boot-api-document:2.7.0'

Gradle Kotlin DSL: Add the following com.github.ddm4j : spring-boot-api-document gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ddm4j:spring-boot-api-document:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ddm4j : spring-boot-api-document sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ddm4j" % "spring-boot-api-document" % "2.7.0"