Skip to content

jacobtread/kotlin-netty-http

Repository files navigation

Kotlin Netty HTTP

Latest Version License Gradle Build Total Lines

Using this dependency

Maven:

<dependency>
    <groupId>com.jacobtread.netty</groupId>
    <artifactId>kotlin-netty-http</artifactId>
    <version>{VERSION}</version>
</dependency>

Groovy:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'com.jacobtread.netty:kotlin-netty-http:{VERSION}'
}

Kotlin DSL:

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.jacobtread.netty:kotlin-netty-http:{VERSION}")
}

About

Simple HTTP routing in Netty with Kotlin using DSL like structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published