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