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