is not current version
Last Version 2.2

org.objectweb.dream.dreamcore:dream-core 2.1

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.

GroupId

GroupId

org.objectweb.dream.dreamcore
ArtifactId

ArtifactId

dream-core
Version

Version

2.1
Type

Type

jar

Download dream-core 2.1


<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/ -->
<dependency>
    <groupId>org.objectweb.dream.dreamcore</groupId>
    <artifactId>dream-core</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation 'org.objectweb.dream.dreamcore:dream-core:2.1'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation ("org.objectweb.dream.dreamcore:dream-core:2.1")
'org.objectweb.dream.dreamcore:dream-core:jar:2.1'
<dependency org="org.objectweb.dream.dreamcore" name="dream-core" rev="2.1">
  <artifact name="dream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamcore', module='dream-core', version='2.1')
)
libraryDependencies += "org.objectweb.dream.dreamcore" % "dream-core" % "2.1"
[org.objectweb.dream.dreamcore/dream-core "2.1"]