License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.swagger |
ArtifactId | ArtifactIdbootique-swagger |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-swagger: Swagger-based OpenAPI Integration with Bootique and Jersey
Provides Swagger-based OpenAPI integration with Bootique and Jersey
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-swagger-2.0.1.pom | |
bootique-swagger-2.0.1.jar | 4 KB |
bootique-swagger-2.0.1-sources.jar | 4 KB |
bootique-swagger-2.0.1-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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger/
implementation 'io.bootique.swagger:bootique-swagger:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger/
implementation ("io.bootique.swagger:bootique-swagger:2.0.1")
'io.bootique.swagger:bootique-swagger:jar:2.0.1'
<dependency org="io.bootique.swagger" name="bootique-swagger" rev="2.0.1">
<artifact name="bootique-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.swagger', module='bootique-swagger', version='2.0.1')
)
libraryDependencies += "io.bootique.swagger" % "bootique-swagger" % "2.0.1"
[io.bootique.swagger/bootique-swagger "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
io.bootique.jersey : bootique-jersey | jar | 2.0.1 |
io.swagger.core.v3 : swagger-jaxrs2 | jar | 2.1.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.6 |
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique-junit5 | jar | 2.0.1 |
io.bootique.jetty : bootique-jetty-junit5 | jar | 2.0.1 |
org.mockito : mockito-core | jar | 3.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |