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