c

common-swagger

Files download
File Operation
common-swagger-2.0.5.jar download
common-swagger-2.0.5.pom download
common-swagger-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen.common</groupId>
  <artifactId>common-swagger</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen.common:common-swagger:2.0.5'
Gradle Kotlin
implementation("com.github.fanzezhen.common:common-swagger:2.0.5")
Scala SBT
libraryDependencies += "com.github.fanzezhen.common" % "common-swagger" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen.common', module='common-swagger', version='2.0.5')
)
Apache Ivy
<dependency org="com.github.fanzezhen.common" name="common-swagger" rev="2.0.5" />
Leiningen
[com.github.fanzezhen.common/common-swagger "2.0.5"]
Apache Buildr
'com.github.fanzezhen.common:common-swagger:jar:2.0.5'