MVN

org.ihansen.mbp : swagger-bootstrap-ui

Maven & Gradle

Sep 18, 2018
2 stars

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>org.ihansen.mbp</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ihansen.mbp : swagger-bootstrap-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of org.ihansen.mbp : swagger-bootstrap-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
swagger-bootstrap-ui-1.7.1
1.7
swagger-bootstrap-ui-1.7
1.6.x
swagger-bootstrap-ui-1.6.6
swagger-bootstrap-ui-1.6.5
swagger-bootstrap-ui-1.6.4
swagger-bootstrap-ui-1.6.3
swagger-bootstrap-ui-1.6.2
swagger-bootstrap-ui-1.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ihansen.mbp</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ihansen.mbp : swagger-bootstrap-ui gradle dependency to your build.gradle file:

implementation 'org.ihansen.mbp:swagger-bootstrap-ui:1.7.1'

Gradle Kotlin DSL: Add the following org.ihansen.mbp : swagger-bootstrap-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ihansen.mbp:swagger-bootstrap-ui:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ihansen.mbp : swagger-bootstrap-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ihansen.mbp" % "swagger-bootstrap-ui" % "1.7.1"

Advertisement