Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.hawt.swagger |
ArtifactId | ArtifactIdhawtio-swagger-ui |
Version | Version1.0.1 |
Type | Typewar |
Filename | Size |
---|---|
hawtio-swagger-ui-1.0.1.pom | |
hawtio-swagger-ui-1.0.1.war | 141 KB |
hawtio-swagger-ui-1.0.1-sources.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt.swagger/hawtio-swagger-ui/ -->
<dependency>
<groupId>io.hawt.swagger</groupId>
<artifactId>hawtio-swagger-ui</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.swagger/hawtio-swagger-ui/
implementation 'io.hawt.swagger:hawtio-swagger-ui:1.0.1'
// https://jarcasting.com/artifacts/io.hawt.swagger/hawtio-swagger-ui/
implementation ("io.hawt.swagger:hawtio-swagger-ui:1.0.1")
'io.hawt.swagger:hawtio-swagger-ui:war:1.0.1'
<dependency org="io.hawt.swagger" name="hawtio-swagger-ui" rev="1.0.1">
<artifact name="hawtio-swagger-ui" type="war" />
</dependency>
@Grapes(
@Grab(group='io.hawt.swagger', module='hawtio-swagger-ui', version='1.0.1')
)
libraryDependencies += "io.hawt.swagger" % "hawtio-swagger-ui" % "1.0.1"
[io.hawt.swagger/hawtio-swagger-ui "1.0.1"]