Download glue-core-0.2.2.jar file - Jar g

Jar examples for g:glue-core

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

glue-core-0.2.2-javadoc.jar
glue-core-0.2.2-sources.jar
glue-core-0.2.2-tests.jar
glue-core-0.2.2.jar
glue-core-0.2.2.pom



Related Tutorials