MVN

com.github.fanzezhen.common : common-swagger

Maven & Gradle

Jul 30, 2023
1 usages
1 stars
<dependency>
    <groupId>com.github.fanzezhen.common</groupId>
    <artifactId>common-swagger</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
common-swagger-3.0.0
2.1.x
common-swagger-2.1.3
common-swagger-2.1.2
common-swagger-2.1.1
common-swagger-2.1.0
2.0.x
common-swagger-2.0.7
common-swagger-2.0.6
common-swagger-2.0.5
common-swagger-2.0.4
common-swagger-2.0.3
common-swagger-2.0.2
common-swagger-2.0.1
0.0.x
common-swagger-0.0.3.5
common-swagger-0.0.3.4
common-swagger-0.0.3.3
common-swagger-0.0.3.2
common-swagger-0.0.3.1
common-swagger-0.0.3.0
common-swagger-0.0.2.9
common-swagger-0.0.2.8
common-swagger-0.0.2.7
common-swagger-0.0.2.6
common-swagger-0.0.2.5
common-swagger-0.0.2.4
common-swagger-0.0.2.3
common-swagger-0.0.2.2
common-swagger-0.0.2.1
common-swagger-0.0.2
common-swagger-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fanzezhen.common</groupId>
    <artifactId>common-swagger</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.fanzezhen.common:common-swagger:3.0.0'

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

implementation("com.github.fanzezhen.common:common-swagger:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.fanzezhen.common" % "common-swagger" % "3.0.0"

Advertisement