Categories |
CategoriesJetty Container Application Servers Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-http2-jetty |
Version | Version2.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-http2-jetty</artifactId>
<version>2.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/
implementation 'io.jooby:jooby-http2-jetty:2.14.0'
// https://jarcasting.com/artifacts/io.jooby/jooby-http2-jetty/
implementation ("io.jooby:jooby-http2-jetty:2.14.0")
'io.jooby:jooby-http2-jetty:jar:2.14.0'
<dependency org="io.jooby" name="jooby-http2-jetty" rev="2.14.0">
<artifact name="jooby-http2-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-http2-jetty', version='2.14.0')
)
libraryDependencies += "io.jooby" % "jooby-http2-jetty" % "2.14.0"
[io.jooby/jooby-http2-jetty "2.14.0"]