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