Download common-dispatcher-1.1.0.jar file - Jar c

Jar examples for c:common-dispatcher

Description

Contains an executor-like interface (Dispatcher) with real-time and virtual-time implementations.

You can download jar file common-dispatcher 1.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add common-dispatcher-1.1.0.jar to your project.

<dependency>
   <groupId>com.kolibrifx.common</groupId>
   <artifactId>common-dispatcher</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.kolibrifx.common', name: 'common-dispatcher', version: '1.1.0'
libraryDependencies += "com.kolibrifx.common" % "common-dispatcher" % "1.1.0"
<dependency org="com.kolibrifx.common" name="common-dispatcher" rev="1.1.0"/>
@Grapes(@Grab(group='com.kolibrifx.common', module='common-dispatcher', version='1.1.0'))
'com.kolibrifx.common:common-dispatcher:jar:1.1.0'

Download

Click the following link to download the jar file.

common-dispatcher-1.1.0-javadoc.jar
common-dispatcher-1.1.0-sources.jar
common-dispatcher-1.1.0.jar
common-dispatcher-1.1.0.pom



Related Tutorials