Download feather-1.0.jar file - Jar f

Jar examples for f:feather

Description

Ultra-lightweight publish-subscribe message broker.

You can download jar file feather 1.0 in this page.

License

MIT

Build File

You can use the following script to add feather-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

feather-1.0-javadoc.jar
feather-1.0-sources.jar
feather-1.0.jar
feather-1.0.pom



Related Tutorials