| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.ovgu.dke.glue |
| Идентификатор | Идентификаторglue-core |
| Последняя версия | Последняя версия0.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGLUE-core
GLUE is a Java library that simplifies asynchronous communication between
heterogeneous software components. It supports various exchangeable transport
protocols such that data can be easily transmitted in every situation: within
a single Java virtual machine (in-memory); over the wire (IP socket); or even
within a chat procolol (XMPP).
|
| Имя Файла | Размер |
|---|---|
| glue-core-0.2.2.pom | |
| glue-core-0.2.2.jar | 20 KB |
| glue-core-0.2.2-tests.jar | 12 KB |
| glue-core-0.2.2-sources.jar | 31 KB |
| glue-core-0.2.2-javadoc.jar | 157 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.ovgu.dke.glue/glue-core/ -->
<dependency>
<groupId>de.ovgu.dke.glue</groupId>
<artifactId>glue-core</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.ovgu.dke.glue/glue-core/
implementation 'de.ovgu.dke.glue:glue-core:0.2.2'
// https://jarcasting.com/artifacts/de.ovgu.dke.glue/glue-core/
implementation ("de.ovgu.dke.glue:glue-core:0.2.2")
'de.ovgu.dke.glue:glue-core:jar:0.2.2'
<dependency org="de.ovgu.dke.glue" name="glue-core" rev="0.2.2">
<artifact name="glue-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ovgu.dke.glue', module='glue-core', version='0.2.2')
)
libraryDependencies += "de.ovgu.dke.glue" % "glue-core" % "0.2.2"
[de.ovgu.dke.glue/glue-core "0.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.jcip : jcip-annotations | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit Необязательный | jar | 4.7 |
| org.easymock : easymock | jar | 3.1 |