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.
http://graphstream-project.org
LGPL3 Cecill-C
Julien Baudry Antoine Dutot Yoann Pigné Guilhelm Savin
Files download
File Operation
mbox2-1.0.jar download
mbox2-1.0.pom download
mbox2-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphstream</groupId>
  <artifactId>mbox2</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.graphstream:mbox2:1.0'
Gradle Kotlin
implementation("org.graphstream:mbox2:1.0")
Scala SBT
libraryDependencies += "org.graphstream" % "mbox2" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graphstream', module='mbox2', version='1.0')
)
Apache Ivy
<dependency org="org.graphstream" name="mbox2" rev="1.0" />
Leiningen
[org.graphstream/mbox2 "1.0"]
Apache Buildr
'org.graphstream:mbox2:jar:1.0'
Dependencies