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