Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.github.shaohuizhe |
ArtifactId | ArtifactIdswagger |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
swagger-1.3.7.pom | |
swagger-1.3.7.jar | 14 KB |
swagger-1.3.7-sources.jar | 9 KB |
swagger-1.3.7-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>swagger</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/
implementation 'io.github.shaohuizhe:swagger:1.3.7'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/swagger/
implementation ("io.github.shaohuizhe:swagger:1.3.7")
'io.github.shaohuizhe:swagger:jar:1.3.7'
<dependency org="io.github.shaohuizhe" name="swagger" rev="1.3.7">
<artifact name="swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='swagger', version='1.3.7')
)
libraryDependencies += "io.github.shaohuizhe" % "swagger" % "1.3.7"
[io.github.shaohuizhe/swagger "1.3.7"]