Skip to content
/ ktor Public

Framework for quickly creating connected applications in Kotlin with minimal effort

License

Notifications You must be signed in to change notification settings

ktorio/ktor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download TeamCity (simple build status) GitHub license

ktor

Web backend framework for Kotlin

Maven

Add a repository

<repository>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
    <id>bintray-kotlin-ktor</id>
    <name>bintray</name>
    <url>http:https://dl.bintray.com/kotlin/ktor</url>
</repository>

Add a dependency:

<dependency>
    <groupId>org.jetbrains.ktor</groupId>
    <artifactId>ktor-core</artifactId>
    <version>LATEST</version>
</dependency>