| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.dream.dreamcore |
| Идентификатор | Идентификаторdream-core |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDream Core
The dream-core project aims at defining abstractions commonly used
in communication middleware (e.g. messages, activities). It also
defines some components to increase performance (e.g. cache and pool
mechanism).
This version adds an Xml codec based on XStream and
cache components based on the Perseus library.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dream-core-2.2.pom | |
| dream-core-2.2.jar | 246 KB |
| dream-core-2.2-sources.jar | 237 KB |
| dream-core-2.2-javadoc.jar | 923 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/ -->
<dependency>
<groupId>org.objectweb.dream.dreamcore</groupId>
<artifactId>dream-core</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation 'org.objectweb.dream.dreamcore:dream-core:2.2'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation ("org.objectweb.dream.dreamcore:dream-core:2.2")
'org.objectweb.dream.dreamcore:dream-core:jar:2.2'
<dependency org="org.objectweb.dream.dreamcore" name="dream-core" rev="2.2">
<artifact name="dream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamcore', module='dream-core', version='2.2')
)
libraryDependencies += "org.objectweb.dream.dreamcore" % "dream-core" % "2.2"
[org.objectweb.dream.dreamcore/dream-core "2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.objectweb.dream.dreamannotation : dream-annotation | jar | 1.0.3 |
| org.objectweb.fractal.fraclet.annotation : fractal-spoonlet | jar | 2.0.2 |
| org.objectweb.fractal : fractal-api | jar | 2.0.2 |
| org.objectweb.fractal.julia : julia-runtime | jar | 2.5.2 |
| org.objectweb.fractal.julia : julia-asm | jar | 2.5.2 |
| org.objectweb.fractal.julia : julia-mixins | jar | 2.5.2 |
| org.objectweb.monolog : monolog | jar | 1.8 |
| com.thoughtworks.xstream : xstream | jar | 1.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.objectweb.dream.dreamadl : dream-adl | jar | 2.2 |
| org.objectweb.fractal.fractaladl : fractal-adl | jar | 2.2 |
| junit : junit | jar | 4.3.1 |
| org.easymock : easymock | jar | 2.3 |