| License |
License |
|---|---|
| Categories |
CategoriesJooby User Interface Web Frameworks |
| GroupId | GroupIdio.jooby |
| ArtifactId | ArtifactIdjooby-openapi |
| Last Version | Last Version2.15.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe modular web framework for Java and Kotlin
|
| Filename | Size |
|---|---|
| jooby-openapi-2.15.1.pom | |
| jooby-openapi-2.15.1.jar | 373 KB |
| jooby-openapi-2.15.1-sources.jar | 45 KB |
| jooby-openapi-2.15.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-openapi/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-openapi</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-openapi/
implementation 'io.jooby:jooby-openapi:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-openapi/
implementation ("io.jooby:jooby-openapi:2.15.1")
'io.jooby:jooby-openapi:jar:2.15.1'
<dependency org="io.jooby" name="jooby-openapi" rev="2.15.1">
<artifact name="jooby-openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-openapi', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-openapi" % "2.15.1"
[io.jooby/jooby-openapi "2.15.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.jooby : jooby | jar | 2.15.1 |
| commons-io : commons-io Optional | jar | 2.11.0 |
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
| org.ow2.asm : asm Optional | jar | 9.3 |
| org.ow2.asm : asm-util Optional | jar | 9.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.3 |
| io.swagger.core.v3 : swagger-models | jar | 2.2.0 |
| io.swagger.parser.v3 : swagger-parser | jar | 2.0.33 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.jacoco : org.jacoco.agent | jar | 0.8.8 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.2 |