To download Kite with curl, run the following commands from a terminal window:

curl http://central.maven.org/maven2/org/kitesdk/kite-tools/1.0.0/kite-tools-1.0.0-binary.jar -o kite-dataset
chmod +x kite-dataset

The first command downloads the Kite tools JAR to a local file named kite-dataset. The second changes the access rights on the JAR so that the classes in the JAR are executable.