Download galaxy-1.4.jar file - Jar g

Jar examples for g:galaxy

Description

A high-performance in-memory data-grid.

You can download jar file galaxy 1.4 in this page.

License

The GNU Lesser General Public License, version 3

Build File

You can use the following script to add galaxy-1.4.jar to your project.

<dependency>
   <groupId>co.paralleluniverse</groupId>
   <artifactId>galaxy</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'co.paralleluniverse', name: 'galaxy', version: '1.4'
libraryDependencies += "co.paralleluniverse" % "galaxy" % "1.4"
<dependency org="co.paralleluniverse" name="galaxy" rev="1.4"/>
@Grapes(@Grab(group='co.paralleluniverse', module='galaxy', version='1.4'))
'co.paralleluniverse:galaxy:jar:1.4'

Download

Click the following link to download the jar file.

galaxy-1.4-javadoc.jar
galaxy-1.4-sources.jar
galaxy-1.4.jar
galaxy-1.4.pom



Related Tutorials