Download qs-core-0.1.2.jar file - Jar q

Jar examples for q:qs-core

Description

An in-jvm processing pattern for parallelized work off of a queue.

You can download jar file qs-core 0.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add qs-core-0.1.2.jar to your project.

<dependency>
   <groupId>com.blacklocus.queue-slayer</groupId>
   <artifactId>qs-core</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.blacklocus.queue-slayer', name: 'qs-core', version: '0.1.2'
libraryDependencies += "com.blacklocus.queue-slayer" % "qs-core" % "0.1.2"
<dependency org="com.blacklocus.queue-slayer" name="qs-core" rev="0.1.2"/>
@Grapes(@Grab(group='com.blacklocus.queue-slayer', module='qs-core', version='0.1.2'))
'com.blacklocus.queue-slayer:qs-core:jar:0.1.2'

Download

Click the following link to download the jar file.

qs-core-0.1.2-javadoc.jar
qs-core-0.1.2-sources.jar
qs-core-0.1.2.jar
qs-core-0.1.2.pom



Related Tutorials