Download fanout-1.0.0.jar file - Jar f

Jar examples for f:fanout

Description

a pure-Java implementation of Fanout PubSub

You can download jar file fanout 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fanout-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

fanout-1.0.0-javadoc.jar
fanout-1.0.0-sources.jar
fanout-1.0.0.jar
fanout-1.0.0.pom



Related Tutorials