Download jdash-2.1.1.jar file - Jar j

Jar examples for j:jdash

Description

A Java library for the Geometry Dash API

You can download jar file jdash 2.1.1 in this page.

License

MIT License

Build File

You can use the following script to add jdash-2.1.1.jar to your project.

<dependency>
   <groupId>com.github.alex1304</groupId>
   <artifactId>jdash</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'com.github.alex1304', name: 'jdash', version: '2.1.1'
libraryDependencies += "com.github.alex1304" % "jdash" % "2.1.1"
<dependency org="com.github.alex1304" name="jdash" rev="2.1.1"/>
@Grapes(@Grab(group='com.github.alex1304', module='jdash', version='2.1.1'))
'com.github.alex1304:jdash:jar:2.1.1'

Download

Click the following link to download the jar file.

jdash-2.1.1-javadoc.jar
jdash-2.1.1-sources.jar
jdash-2.1.1.jar
jdash-2.1.1.pom



Related Tutorials