Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.fabric8 |
ArtifactId | ArtifactIdswagger-annotator |
Version | Version3.0.11 |
Type | Typejar |
Filename | Size |
---|---|
swagger-annotator-3.0.11.pom | |
swagger-annotator-3.0.11.jar | 4 KB |
swagger-annotator-3.0.11-sources.jar | 1 KB |
swagger-annotator-3.0.11-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>swagger-annotator</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/
implementation 'io.fabric8:swagger-annotator:3.0.11'
// https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/
implementation ("io.fabric8:swagger-annotator:3.0.11")
'io.fabric8:swagger-annotator:jar:3.0.11'
<dependency org="io.fabric8" name="swagger-annotator" rev="3.0.11">
<artifact name="swagger-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='swagger-annotator', version='3.0.11')
)
libraryDependencies += "io.fabric8" % "swagger-annotator" % "3.0.11"
[io.fabric8/swagger-annotator "3.0.11"]