| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdlove.forte.simple-robot.http | 
    
| ArtifactId | ArtifactIdclient-ktor | 
    
| Version | Version2.0.9-snapshot | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| client-ktor-2.0.9-snapshot.pom | |
| client-ktor-2.0.9-snapshot.jar | 103 KB | 
| client-ktor-2.0.9-snapshot-sources.jar | 7 KB | 
| client-ktor-2.0.9-snapshot-javadoc.jar | 260 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/ -->
<dependency>
    <groupId>love.forte.simple-robot.http</groupId>
    <artifactId>client-ktor</artifactId>
    <version>2.0.9-snapshot</version>
</dependency>
                // https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation 'love.forte.simple-robot.http:client-ktor:2.0.9-snapshot'
                // https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation ("love.forte.simple-robot.http:client-ktor:2.0.9-snapshot")
                'love.forte.simple-robot.http:client-ktor:jar:2.0.9-snapshot'
                <dependency org="love.forte.simple-robot.http" name="client-ktor" rev="2.0.9-snapshot">
  <artifact name="client-ktor" type="jar" />
</dependency>
                @Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-ktor', version='2.0.9-snapshot')
)
                libraryDependencies += "love.forte.simple-robot.http" % "client-ktor" % "2.0.9-snapshot"
                [love.forte.simple-robot.http/client-ktor "2.0.9-snapshot"]