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