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

Jar examples for g:glue-util

Description

GLUE is a Java library that simplifies asynchronous communication between heterogeneous software components. This package contains various utility classes.

You can download jar file glue-util 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-util-0.2.2.jar to your project.

<dependency>
   <groupId>de.ovgu.dke.glue</groupId>
   <artifactId>glue-util</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'de.ovgu.dke.glue', name: 'glue-util', version: '0.2.2'
libraryDependencies += "de.ovgu.dke.glue" % "glue-util" % "0.2.2"
<dependency org="de.ovgu.dke.glue" name="glue-util" rev="0.2.2"/>
@Grapes(@Grab(group='de.ovgu.dke.glue', module='glue-util', version='0.2.2'))
'de.ovgu.dke.glue:glue-util:jar:0.2.2'

Download

Click the following link to download the jar file.

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



Related Tutorials