License |
License |
---|---|
GroupId | GroupIdde.ovgu.dke.glue |
ArtifactId | ArtifactIdglue-core |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGLUE-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).
|
Filename | Size |
---|---|
glue-core-0.2.2.pom | |
glue-core-0.2.2.jar | 20 KB |
glue-core-0.2.2-tests.jar | 12 KB |
glue-core-0.2.2-sources.jar | 31 KB |
glue-core-0.2.2-javadoc.jar | 157 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.7 |
org.easymock : easymock | jar | 3.1 |