MVN

com.github.sparkmuse : swagger2-spring-boot-starter

Maven & Gradle

Sep 30, 2020
1 stars

This project autoconfigure Swagger in a Springboot application.

<dependency>
    <groupId>com.github.sparkmuse</groupId>
    <artifactId>swagger2-spring-boot-starter</artifactId>
    <version>1.1.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sparkmuse : swagger2-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.50

All Versions

Choose a version of com.github.sparkmuse : swagger2-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
swagger2-spring-boot-starter-1.1.50
swagger2-spring-boot-starter-1.1.49
swagger2-spring-boot-starter-1.1.48
swagger2-spring-boot-starter-1.1.47
swagger2-spring-boot-starter-1.1.46
swagger2-spring-boot-starter-1.1.45
swagger2-spring-boot-starter-1.1.40
swagger2-spring-boot-starter-1.1.36
swagger2-spring-boot-starter-1.1.35
swagger2-spring-boot-starter-1.1.34
swagger2-spring-boot-starter-1.1.33
swagger2-spring-boot-starter-1.1.27
swagger2-spring-boot-starter-1.1.18
swagger2-spring-boot-starter-1.1.17
1.0.x
swagger2-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sparkmuse</groupId>
    <artifactId>swagger2-spring-boot-starter</artifactId>
    <version>1.1.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sparkmuse : swagger2-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.sparkmuse:swagger2-spring-boot-starter:1.1.50'

Gradle Kotlin DSL: Add the following com.github.sparkmuse : swagger2-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sparkmuse:swagger2-spring-boot-starter:1.1.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sparkmuse : swagger2-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sparkmuse" % "swagger2-spring-boot-starter" % "1.1.50"