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