Download mbox2-1.0.jar file - Jar m

Jar examples for m:mbox2

Description

The message box acts as a buffer for incoming messages. Its major property is to be usable from any thread. This allows any external source to post any message at any time without having to wonder about synchronisation.

You can download jar file mbox2 1.0 in this page.

License

LGPL3

Build File

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

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

Download

Click the following link to download the jar file.

mbox2-1.0-javadoc.jar
mbox2-1.0-sources.jar
mbox2-1.0.jar
mbox2-1.0.pom



Related Tutorials