License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdio.pythagoras.common |
ArtifactId | ArtifactIdswagger-ui |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.pythagoras.common:swagger-ui
Pythagoras Common Libs - Swagger UI
|
Filename | Size |
---|---|
swagger-ui-1.0.3.pom | |
swagger-ui-1.0.3.jar | 6 KB |
swagger-ui-1.0.3-sources.jar | 2 KB |
swagger-ui-1.0.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.common/swagger-ui/ -->
<dependency>
<groupId>io.pythagoras.common</groupId>
<artifactId>swagger-ui</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/swagger-ui/
implementation 'io.pythagoras.common:swagger-ui:1.0.3'
// https://jarcasting.com/artifacts/io.pythagoras.common/swagger-ui/
implementation ("io.pythagoras.common:swagger-ui:1.0.3")
'io.pythagoras.common:swagger-ui:jar:1.0.3'
<dependency org="io.pythagoras.common" name="swagger-ui" rev="1.0.3">
<artifact name="swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='swagger-ui', version='1.0.3')
)
libraryDependencies += "io.pythagoras.common" % "swagger-ui" % "1.0.3"
[io.pythagoras.common/swagger-ui "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.7.0 |
io.springfox : springfox-swagger-ui | jar | 2.7.0 |
io.springfox : springfox-bean-validators | jar | 2.7.0 |
org.springframework.boot : spring-boot | jar | 1.5.9.RELEASE |