Download dispatch-core_2.10-0.11.4.jar file - Jar d

Jar examples for d:dispatch-core-2.10

Description

Core interfaces, applied by dispatch-http and dispatch-nio executors

You can download jar file dispatch-core_2.10 0.11.4 in this page.

License

LGPL v3

Build File

You can use the following script to add dispatch-core_2.10-0.11.4.jar to your project.

<dependency>
   <groupId>net.databinder.dispatch</groupId>
   <artifactId>dispatch-core_2.10</artifactId>
   <version>0.11.4</version>
</dependency>
compile group: 'net.databinder.dispatch', name: 'dispatch-core_2.10', version: '0.11.4'
libraryDependencies += "net.databinder.dispatch" % "dispatch-core_2.10" % "0.11.4"
<dependency org="net.databinder.dispatch" name="dispatch-core_2.10" rev="0.11.4"/>
@Grapes(@Grab(group='net.databinder.dispatch', module='dispatch-core_2.10', version='0.11.4'))
'net.databinder.dispatch:dispatch-core_2.10:jar:0.11.4'

Download

Click the following link to download the jar file.

dispatch-core_2.10-0.11.4-javadoc.jar
dispatch-core_2.10-0.11.4-sources.jar
dispatch-core_2.10-0.11.4.jar
dispatch-core_2.10-0.11.4.pom



Related Tutorials