MVN

com.monchstudio.swagger : swagger-ui

Maven & Gradle

Oct 25, 2023

swagger-ui · swagger-ui is an extended swagger ui implementation based on the springfox interface,It is modified from the ui part of the project https://gitee.com/xiaoym/knife4j.

<dependency>
    <groupId>com.monchstudio.swagger</groupId>
    <artifactId>swagger-ui</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.monchstudio.swagger : swagger-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.monchstudio.swagger : swagger-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
swagger-ui-2.1.2

How to add a dependency to Maven

Add the following com.monchstudio.swagger : swagger-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.monchstudio.swagger</groupId>
    <artifactId>swagger-ui</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.monchstudio.swagger : swagger-ui gradle dependency to your build.gradle file:

implementation 'com.monchstudio.swagger:swagger-ui:2.1.2'

Gradle Kotlin DSL: Add the following com.monchstudio.swagger : swagger-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.monchstudio.swagger:swagger-ui:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.monchstudio.swagger : swagger-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.monchstudio.swagger" % "swagger-ui" % "2.1.2"