MVN

com.drore.cloud : swagger-bootstrap-ui

Maven & Gradle

Jul 11, 2017

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.drore.cloud</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4

All Versions

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

Version Vulnerabilities Updated
1.4
swagger-bootstrap-ui-1.4
1.3
swagger-bootstrap-ui-1.3
1.2
swagger-bootstrap-ui-1.2
1.1
swagger-bootstrap-ui-1.1
1.0
swagger-bootstrap-ui-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.drore.cloud</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.drore.cloud:swagger-bootstrap-ui:1.4'

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

implementation("com.drore.cloud:swagger-bootstrap-ui:1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.drore.cloud" % "swagger-bootstrap-ui" % "1.4"

Advertisement