MVN

com.github.xiaoymin : swagger-bootstrap-ui

Maven & Gradle

Aug 28, 2019
188 usages

swagger-bootstrap-ui · Swagger-Bootstrap-UI is the front of the UI Swagger implementation, using jQuery+bootstrap implementation, the purpose is to replace the default UI Swagger implementation of the Swagger-UI, so that the document is more friendly...

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.6

All Versions

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

Version Vulnerabilities Updated
1.9.x
swagger-bootstrap-ui-1.9.6
swagger-bootstrap-ui-1.9.5
swagger-bootstrap-ui-1.9.4
swagger-bootstrap-ui-1.9.3
swagger-bootstrap-ui-1.9.2
swagger-bootstrap-ui-1.9.1
swagger-bootstrap-ui-1.9.0
1.8.x
swagger-bootstrap-ui-1.8.9
swagger-bootstrap-ui-1.8.8
swagger-bootstrap-ui-1.8.7
swagger-bootstrap-ui-1.8.6
swagger-bootstrap-ui-1.8.5
swagger-bootstrap-ui-1.8.4
swagger-bootstrap-ui-1.8.3
swagger-bootstrap-ui-1.8.2
swagger-bootstrap-ui-1.8.1
swagger-bootstrap-ui-1.8.0
1.7.x
swagger-bootstrap-ui-1.7.9
swagger-bootstrap-ui-1.7.8
swagger-bootstrap-ui-1.7.7
swagger-bootstrap-ui-1.7.6
swagger-bootstrap-ui-1.7.5
swagger-bootstrap-ui-1.7.4
swagger-bootstrap-ui-1.7.3
swagger-bootstrap-ui-1.7.2
swagger-bootstrap-ui-1.7.1
1.7
swagger-bootstrap-ui-1.7
1.6
swagger-bootstrap-ui-1.6
1.5
swagger-bootstrap-ui-1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.9.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.xiaoymin:swagger-bootstrap-ui:1.9.6'

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

implementation("com.github.xiaoymin:swagger-bootstrap-ui:1.9.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.xiaoymin" % "swagger-bootstrap-ui" % "1.9.6"

Advertisement