Jar examples for m:mbox2
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.
LGPL3
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'
Click the following link to download the jar file.
mbox2-1.0-javadoc.jar