Skip to content

JakeJMattson/TelloKt

Repository files navigation

Kotlin Tello SDK

TelloKt

A Kotlin wrapper for the Tello SDK allowing you to interface with a Tello drone from a Kotlin or Java project.

Gradle

dependencies {
    implementation("me.jakejmattson:TelloKt:1.2.0")
}
dependencies {
    implementation 'me.jakejmattson:TelloKt:1.2.0'
}

Maven

<dependency>
    <groupId>me.jakejmattson</groupId>
    <artifactId>TelloKt</artifactId>
    <version>1.2.0</version>
</dependency>