Download funkier-3.0.0.jar file - Jar f

Jar examples for f:funkier

Description

A Java library for executing asynchronous tasks.

You can download jar file funkier 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add funkier-3.0.0.jar to your project.

<dependency>
   <groupId>io.github.kjens93.funkier</groupId>
   <artifactId>funkier</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'io.github.kjens93.funkier', name: 'funkier', version: '3.0.0'
libraryDependencies += "io.github.kjens93.funkier" % "funkier" % "3.0.0"
<dependency org="io.github.kjens93.funkier" name="funkier" rev="3.0.0"/>
@Grapes(@Grab(group='io.github.kjens93.funkier', module='funkier', version='3.0.0'))
'io.github.kjens93.funkier:funkier:jar:3.0.0'

Download

Click the following link to download the jar file.

funkier-3.0.0-javadoc.jar
funkier-3.0.0-sources.jar
funkier-3.0.0.jar
funkier-3.0.0.pom



Related Tutorials