Skip to content

dragneelfps/aria2-kt

Repository files navigation

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]")
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages