d

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.
http://dream.objectweb.org
LGPL
OW2 Consortium
Files download
File Operation
dream-core-2.2.jar download
dream-core-2.2.pom download
dream-core-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.objectweb.dream.dreamcore</groupId>
  <artifactId>dream-core</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.dream.dreamcore:dream-core:2.2'
Gradle Kotlin
implementation("org.objectweb.dream.dreamcore:dream-core:2.2")
Scala SBT
libraryDependencies += "org.objectweb.dream.dreamcore" % "dream-core" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.dream.dreamcore', module='dream-core', version='2.2')
)
Apache Ivy
<dependency org="org.objectweb.dream.dreamcore" name="dream-core" rev="2.2" />
Leiningen
[org.objectweb.dream.dreamcore/dream-core "2.2"]
Apache Buildr
'org.objectweb.dream.dreamcore:dream-core:jar:2.2'