MVN

com.github.yaoguoh : common-swagger

Maven & Gradle

Dec 14, 2021
2 usages
<dependency>
    <groupId>com.github.yaoguoh</groupId>
    <artifactId>common-swagger</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yaoguoh : common-swagger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.github.yaoguoh : common-swagger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
common-swagger-2.6.0
2.5.x
common-swagger-2.5.6
common-swagger-2.5.5
common-swagger-2.5.3
common-swagger-2.5.2
common-swagger-2.5.0
2.4.x
common-swagger-2.4.6
common-swagger-2.4.5
common-swagger-2.4.4
common-swagger-2.4.3
2.3.x
common-swagger-2.3.7.RELEASE
common-swagger-2.3.5.RELEASE
common-swagger-2.3.4.RELEASE
common-swagger-2.3.3.RELEASE
common-swagger-2.3.2.RELEASE
common-swagger-2.3.1.RELEASE
common-swagger-2.3.0.RELEASE
2.2.x
common-swagger-2.2.7.RELEASE
common-swagger-2.2.6.RELEASE
common-swagger-2.2.5.RELEASE
common-swagger-2.2.2.RELEASE
common-swagger-2.2.1.RELEASE
common-swagger-2.2.0.RELEASE
2.1.x
common-swagger-2.1.10.RELEASE
common-swagger-2.1.9.RELEASE
common-swagger-2.1.8.RELEASE
common-swagger-2.1.6.RELEASE
common-swagger-2.1.5.RELEASE
common-swagger-2.1.5-RELEASE
common-swagger-2.1.3-RELEASE
1.1.x
common-swagger-1.1.3.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yaoguoh</groupId>
    <artifactId>common-swagger</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yaoguoh : common-swagger gradle dependency to your build.gradle file:

implementation 'com.github.yaoguoh:common-swagger:2.6.0'

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

implementation("com.github.yaoguoh:common-swagger:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yaoguoh : common-swagger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yaoguoh" % "common-swagger" % "2.6.0"

Advertisement