MVN

com.smarthito : swagger-ui

Maven & Gradle

Sep 19, 2020
24 stars

JO swagger ui api documentation

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

Latest Version

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

  • Latest Stable: 3.1

All Versions

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

Version Vulnerabilities Updated
3.1
swagger-ui-3.1
3.0
swagger-ui-3.0
2.9
swagger-ui-2.9
2.8
swagger-ui-2.8
2.7
swagger-ui-2.7
2.6
swagger-ui-2.6
2.5
swagger-ui-2.5
2.4
swagger-ui-2.4
2.3
swagger-ui-2.3
2.2
swagger-ui-2.2
2.1
swagger-ui-2.1
2.0
swagger-ui-2.0
1.8
swagger-ui-1.8
1.7
swagger-ui-1.7
1.6
swagger-ui-1.6
1.5
swagger-ui-1.5
1.4
swagger-ui-1.4
1.3
swagger-ui-1.3
1.2
swagger-ui-1.2
1.1
swagger-ui-1.1
1.0
swagger-ui-1.0
0.9
swagger-ui-0.9
0.8
swagger-ui-0.8
0.7
swagger-ui-0.7
0.6
swagger-ui-0.6
0.5
swagger-ui-0.5
0.4
swagger-ui-0.4
0.3
swagger-ui-0.3
0.2
swagger-ui-0.2
0.1
swagger-ui-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.smarthito</groupId>
    <artifactId>swagger-ui</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.smarthito:swagger-ui:3.1'

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

implementation("com.smarthito:swagger-ui:3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.smarthito" % "swagger-ui" % "3.1"

Advertisement