is not current version
Last Version 3.0.12

io.fabric8:swagger-annotator 2.2.49

A jsonschema2pojo custom annotator that is used to generate swagger model

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

swagger-annotator
Version

Version

2.2.49
Type

Type

jar

Download swagger-annotator 2.2.49


<!-- https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>swagger-annotator</artifactId>
    <version>2.2.49</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/
implementation 'io.fabric8:swagger-annotator:2.2.49'
// https://jarcasting.com/artifacts/io.fabric8/swagger-annotator/
implementation ("io.fabric8:swagger-annotator:2.2.49")
'io.fabric8:swagger-annotator:jar:2.2.49'
<dependency org="io.fabric8" name="swagger-annotator" rev="2.2.49">
  <artifact name="swagger-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='swagger-annotator', version='2.2.49')
)
libraryDependencies += "io.fabric8" % "swagger-annotator" % "2.2.49"
[io.fabric8/swagger-annotator "2.2.49"]