Download jitter-api-1.0.jar file - Jar j

Jar examples for j:jitter-api

Description

This repository contains the _jitter_ API. For using _jitter_ see the https://github.com/mictaege/jitter_plugin documentation.

You can download jar file jitter-api 1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jitter-api-1.0.jar to your project.

<dependency>
   <groupId>com.github.mictaege</groupId>
   <artifactId>jitter-api</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.mictaege', name: 'jitter-api', version: '1.0'
libraryDependencies += "com.github.mictaege" % "jitter-api" % "1.0"
<dependency org="com.github.mictaege" name="jitter-api" rev="1.0"/>
@Grapes(@Grab(group='com.github.mictaege', module='jitter-api', version='1.0'))
'com.github.mictaege:jitter-api:jar:1.0'

Download

Click the following link to download the jar file.

jitter-api-1.0-javadoc.jar
jitter-api-1.0-sources.jar
jitter-api-1.0.jar
jitter-api-1.0.pom



Related Tutorials