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