is not current version
Last Version 2.3

org.objectweb.dream.dreamlib:dream-lib 2.1

DreamLib provides a library of components that can be used to build communication middleware (e.g. queues, channels, protocols)

GroupId

GroupId

org.objectweb.dream.dreamlib
ArtifactId

ArtifactId

dream-lib
Version

Version

2.1
Type

Type

jar

Download dream-lib 2.1


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