| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGraphStream Прикладные библиотеки Science |
| Группа | Группаorg.graphstream |
| Идентификатор | Идентификаторmbox2 |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mbox2-1.0.pom | |
| mbox2-1.0.jar | 22 KB |
| mbox2-1.0-sources.jar | 18 KB |
| mbox2-1.0-javadoc.jar | 116 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |