Download galaxy-1.3.jar file - Jar g

Jar examples for g:galaxy

Description

A high-performance in-memory data-grid.

You can download jar file galaxy 1.3 in this page.

License

The GNU Lesser General Public License, version 3

Build File

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

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

Download

Click the following link to download the jar file.

galaxy-1.3-javadoc.jar
galaxy-1.3-sources.jar
galaxy-1.3.jar
galaxy-1.3.pom



Related Tutorials