MVN

com.jwebmp : guiced-swagger-ui

Maven & Gradle

Apr 10, 2019
1 stars

Guiced Swagger UI · Places the Swagger UI at the /swagger-ui location

<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>guiced-swagger-ui</artifactId>
    <version>0.66.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.66.0.1

All Versions

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

Version Vulnerabilities Updated
0.66.x
guiced-swagger-ui-0.66.0.1
0.65.x
guiced-swagger-ui-0.65.0.3
guiced-swagger-ui-0.65.0.2
0.63.x
guiced-swagger-ui-0.63.0.61

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>guiced-swagger-ui</artifactId>
    <version>0.66.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jwebmp:guiced-swagger-ui:0.66.0.1'

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

implementation("com.jwebmp:guiced-swagger-ui:0.66.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jwebmp" % "guiced-swagger-ui" % "0.66.0.1"

Advertisement