t

tello4j

A Java library for communication with your tello drone. Supporting SDK commands, state updates and video feed.
https://github.com/FriwiDev/Tello4J
Apache License, Version 2.0
Fritz Windisch
Files download
File Operation
tello4j-1.0.1.jar download
tello4j-1.0.1.pom download
tello4j-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.friwi</groupId>
  <artifactId>tello4j</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'me.friwi:tello4j:1.0.1'
Gradle Kotlin
implementation("me.friwi:tello4j:1.0.1")
Scala SBT
libraryDependencies += "me.friwi" % "tello4j" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='me.friwi', module='tello4j', version='1.0.1')
)
Apache Ivy
<dependency org="me.friwi" name="tello4j" rev="1.0.1" />
Leiningen
[me.friwi/tello4j "1.0.1"]
Apache Buildr
'me.friwi:tello4j:jar:1.0.1'
Dependencies