Download distributed-processor-0.0.2.jar file - Jar d

Jar examples for d:distributed-processor

Description

A distributed task processing framework

You can download jar file distributed-processor 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add distributed-processor-0.0.2.jar to your project.

<dependency>
   <groupId>net.segoia</groupId>
   <artifactId>distributed-processor</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'net.segoia', name: 'distributed-processor', version: '0.0.2'
libraryDependencies += "net.segoia" % "distributed-processor" % "0.0.2"
<dependency org="net.segoia" name="distributed-processor" rev="0.0.2"/>
@Grapes(@Grab(group='net.segoia', module='distributed-processor', version='0.0.2'))
'net.segoia:distributed-processor:jar:0.0.2'

Download

Click the following link to download the jar file.

distributed-processor-0.0.2-javadoc.jar
distributed-processor-0.0.2-sources.jar
distributed-processor-0.0.2.jar
distributed-processor-0.0.2.pom



Related Tutorials