Categories |
CategoriesSwagger Program Interface REST Frameworks Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.swagger |
ArtifactId | ArtifactIdbootique-swagger-ui |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
bootique-swagger-ui-1.3.pom | |
bootique-swagger-ui-1.3.jar | 4 MB |
bootique-swagger-ui-1.3-sources.jar | 4 MB |
bootique-swagger-ui-1.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-ui/ -->
<dependency>
<groupId>io.bootique.swagger</groupId>
<artifactId>bootique-swagger-ui</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-ui/
implementation 'io.bootique.swagger:bootique-swagger-ui:1.3'
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-ui/
implementation ("io.bootique.swagger:bootique-swagger-ui:1.3")
'io.bootique.swagger:bootique-swagger-ui:jar:1.3'
<dependency org="io.bootique.swagger" name="bootique-swagger-ui" rev="1.3">
<artifact name="bootique-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.swagger', module='bootique-swagger-ui', version='1.3')
)
libraryDependencies += "io.bootique.swagger" % "bootique-swagger-ui" % "1.3"
[io.bootique.swagger/bootique-swagger-ui "1.3"]