is not current version
Last Version 4.0

io.github.shaohuizhe:swagger 1.5.7

swagger

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

swagger
Version

Version

1.5.7
Type

Type

jar

Download swagger 1.5.7


<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>swagger</artifactId>
    <version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/
implementation 'io.github.shaohuizhe:swagger:1.5.7'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/
implementation ("io.github.shaohuizhe:swagger:1.5.7")
'io.github.shaohuizhe:swagger:jar:1.5.7'
<dependency org="io.github.shaohuizhe" name="swagger" rev="1.5.7">
  <artifact name="swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='swagger', version='1.5.7')
)
libraryDependencies += "io.github.shaohuizhe" % "swagger" % "1.5.7"
[io.github.shaohuizhe/swagger "1.5.7"]