c

common-swagger

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