License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Jooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-http2-jetty |
Last Version | Last Version2.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-http2-jetty</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/
implementation 'io.jooby:jooby-http2-jetty:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/
implementation ("io.jooby:jooby-http2-jetty:2.15.1")
'io.jooby:jooby-http2-jetty:jar:2.15.1'
<dependency org="io.jooby" name="jooby-http2-jetty" rev="2.15.1">
<artifact name="jooby-http2-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-http2-jetty', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-http2-jetty" % "2.15.1"
[io.jooby/jooby-http2-jetty "2.15.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jooby : jooby-jetty | jar | 2.15.1 |
io.jooby : jooby-conscrypt | jar | 2.15.1 |
org.eclipse.jetty.http2 : http2-server | jar | 9.4.46.v20220331 |
org.eclipse.jetty : jetty-alpn-conscrypt-server | jar | 9.4.46.v20220331 |
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.jacoco : org.jacoco.agent | jar | 0.8.8 |
org.mockito : mockito-core | jar | 4.6.0 |