| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.ktor | 
    
| ArtifactId | ArtifactIdktor-server-linuxx64 | 
    
| Last Version | Last Version2.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionktor-server 
            Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| ktor-server-linuxx64-2.0.2.pom | |
| ktor-server-linuxx64-2.0.2-sources.jar | 628 bytes | 
| ktor-server-linuxx64-2.0.2-kdoc.jar | 261 bytes | 
| ktor-server-linuxx64-2.0.2-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-server-linuxx64/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-server-linuxx64</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.ktor/ktor-server-linuxx64/
implementation 'io.ktor:ktor-server-linuxx64:2.0.2'
                // https://jarcasting.com/artifacts/io.ktor/ktor-server-linuxx64/
implementation ("io.ktor:ktor-server-linuxx64:2.0.2")
                'io.ktor:ktor-server-linuxx64:pom:2.0.2'
                <dependency org="io.ktor" name="ktor-server-linuxx64" rev="2.0.2">
  <artifact name="ktor-server-linuxx64" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.ktor', module='ktor-server-linuxx64', version='2.0.2')
)
                libraryDependencies += "io.ktor" % "ktor-server-linuxx64" % "2.0.2"
                [io.ktor/ktor-server-linuxx64 "2.0.2"]