MVN

com.zyplayer : swagger-mg-ui

Maven & Gradle

Feb 17, 2022
2 usages

swagger-mg-ui · swagger-mg-ui是swagger的一个前端实现,使用简单、解析速度快、走心的设计,给你带来不一样的体验!

<dependency>
    <groupId>com.zyplayer</groupId>
    <artifactId>swagger-mg-ui</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.2

All Versions

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

Version Vulnerabilities Updated
2.0.x
swagger-mg-ui-2.0.2
swagger-mg-ui-2.0.1
swagger-mg-ui-2.0.0
1.0.x
swagger-mg-ui-1.0.7
swagger-mg-ui-1.0.6
swagger-mg-ui-1.0.5
swagger-mg-ui-1.0.4
swagger-mg-ui-1.0.3
swagger-mg-ui-1.0.2
swagger-mg-ui-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zyplayer</groupId>
    <artifactId>swagger-mg-ui</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zyplayer:swagger-mg-ui:2.0.2'

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

implementation("com.zyplayer:swagger-mg-ui:2.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zyplayer" % "swagger-mg-ui" % "2.0.2"

Advertisement