License |
License |
---|---|
Categories |
CategoriesGraphStream Business Logic Libraries Science |
GroupId | GroupIdorg.graphstream |
ArtifactId | ArtifactIdmbox2 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmbox2
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mbox2-1.0.pom | |
mbox2-1.0.jar | 22 KB |
mbox2-1.0-sources.jar | 18 KB |
mbox2-1.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphstream/mbox2/ -->
<dependency>
<groupId>org.graphstream</groupId>
<artifactId>mbox2</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphstream/mbox2/
implementation 'org.graphstream:mbox2:1.0'
// https://jarcasting.com/artifacts/org.graphstream/mbox2/
implementation ("org.graphstream:mbox2:1.0")
'org.graphstream:mbox2:jar:1.0'
<dependency org="org.graphstream" name="mbox2" rev="1.0">
<artifact name="mbox2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphstream', module='mbox2', version='1.0')
)
libraryDependencies += "org.graphstream" % "mbox2" % "1.0"
[org.graphstream/mbox2 "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |