is not current version
Last Version 4.0

io.github.shaohuizhe:swagger 3.0

swagger

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

swagger
Version

Version

3.0
Type

Type

jar

Download swagger 3.0


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