Jar examples for g: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).
You can download jar file glue-core 0.2.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add glue-core-0.2.2.jar to your project.
<dependency> <groupId>de.ovgu.dke.glue</groupId> <artifactId>glue-core</artifactId> <version>0.2.2</version> </dependency>
compile group: 'de.ovgu.dke.glue', name: 'glue-core', version: '0.2.2'
libraryDependencies += "de.ovgu.dke.glue" % "glue-core" % "0.2.2"
<dependency org="de.ovgu.dke.glue" name="glue-core" rev="0.2.2"/>
@Grapes(@Grab(group='de.ovgu.dke.glue', module='glue-core', version='0.2.2'))
'de.ovgu.dke.glue:glue-core:jar:0.2.2'
Click the following link to download the jar file.
glue-core-0.2.2-javadoc.jar