License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdio.squark |
ArtifactId | ArtifactIdswagger-combine |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwaggerCombine
Combines multiple swagger.json files
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-combine-0.1.1.pom | |
swagger-combine-0.1.1.jar | 4 KB |
swagger-combine-0.1.1-sources.jar | 2 KB |
swagger-combine-0.1.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.squark/swagger-combine/ -->
<dependency>
<groupId>io.squark</groupId>
<artifactId>swagger-combine</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.squark/swagger-combine/
implementation 'io.squark:swagger-combine:0.1.1'
// https://jarcasting.com/artifacts/io.squark/swagger-combine/
implementation ("io.squark:swagger-combine:0.1.1")
'io.squark:swagger-combine:jar:0.1.1'
<dependency org="io.squark" name="swagger-combine" rev="0.1.1">
<artifact name="swagger-combine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.squark', module='swagger-combine', version='0.1.1')
)
libraryDependencies += "io.squark" % "swagger-combine" % "0.1.1"
[io.squark/swagger-combine "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-parser | jar | 1.0.25 |
io.swagger : swagger-core | jar | 1.5.12 |