Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-server-jetty-test-http2 |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ktor-server-jetty-test-http2-1.1.0.pom | |
ktor-server-jetty-test-http2-1.1.0.jar | 314 bytes |
ktor-server-jetty-test-http2-1.1.0-sources.jar | 261 bytes |
ktor-server-jetty-test-http2-1.1.0-kdoc.jar | 261 bytes |
ktor-server-jetty-test-http2-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-server-jetty-test-http2/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-jetty-test-http2</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-server-jetty-test-http2/
implementation 'io.ktor:ktor-server-jetty-test-http2:1.1.0'
// https://jarcasting.com/artifacts/io.ktor/ktor-server-jetty-test-http2/
implementation ("io.ktor:ktor-server-jetty-test-http2:1.1.0")
'io.ktor:ktor-server-jetty-test-http2:jar:1.1.0'
<dependency org="io.ktor" name="ktor-server-jetty-test-http2" rev="1.1.0">
<artifact name="ktor-server-jetty-test-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-server-jetty-test-http2', version='1.1.0')
)
libraryDependencies += "io.ktor" % "ktor-server-jetty-test-http2" % "1.1.0"
[io.ktor/ktor-server-jetty-test-http2 "1.1.0"]