Aria2.kt

Aria2 Client written in Kotlin

License

License

GroupId

GroupId

io.github.dragneelfps
ArtifactId

ArtifactId

aria2-kt
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Aria2.kt
Aria2 Client written in Kotlin
Project URL

Project URL

https://github.com/dragneelfps/aria2-kt

Download aria2-kt

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

runtime (8)

Group / Artifact Type Version
io.ktor : ktor-client-okhttp jar 1.4.0
io.ktor : ktor-client-logging-jvm jar 1.4.0
io.ktor : ktor-client-websockets-jvm jar 1.4.0
io.ktor : ktor-client-serialization-jvm jar 1.4.0
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.3.9
org.jetbrains.kotlinx : kotlinx-serialization-json-jvm jar 1.0.0-RC2
com.squareup.okhttp3 : okhttp jar 4.9.0
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Aria2-kt

Build

Aria2 client written in Kotlin

Using in your projects

The libraries are published to Maven Central.

Maven

Add dependencies (you can also add other modules that you need):

<dependency>
    <groupId>io.github.dragneelfps</groupId>
    <artifactId>aria2-kt</artifactId>
    <version>[latest_version]</version>
</dependency>

Gradle

Add dependencies (you can also add other modules that you need):

dependencies {
    implementation 'io.github.dragneelfps:aria2-kt:[latest_version]'
}

Make sure that you have either jcenter() or mavenCentral() in the list of repositories:

repository {
    jcenter()
}

Gradle Kotlin DSL

Add dependencies (you can also add other modules that you need):

dependencies {
    implementation("io.github.dragneelfps:aria2-kt:[latest_version]")
}

Versions

Version
1.0.0