Last Version

GLUE-core 0.2.2

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).

License

License

GroupId

GroupId

de.ovgu.dke.glue
ArtifactId

ArtifactId

glue-core
Version

Version

0.2.2
Type

Type

jar
Description

Description

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).

Download glue-core 0.2.2


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
net.jcip : jcip-annotations jar 1.0

test (2)

Group / Artifact Type Version
junit : junit Optional jar 4.7
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.