is not current version
Last Version 1.4

co.paralleluniverse:galaxy 1.3

A high-performance in-memory data-grid.

GroupId

GroupId

co.paralleluniverse
ArtifactId

ArtifactId

galaxy
Version

Version

1.3
Type

Type

jar

Download galaxy 1.3


<!-- https://jarcasting.com/artifacts/co.paralleluniverse/galaxy/ -->
<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>galaxy</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/co.paralleluniverse/galaxy/
implementation 'co.paralleluniverse:galaxy:1.3'
// https://jarcasting.com/artifacts/co.paralleluniverse/galaxy/
implementation ("co.paralleluniverse:galaxy:1.3")
'co.paralleluniverse:galaxy:jar:1.3'
<dependency org="co.paralleluniverse" name="galaxy" rev="1.3">
  <artifact name="galaxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.paralleluniverse', module='galaxy', version='1.3')
)
libraryDependencies += "co.paralleluniverse" % "galaxy" % "1.3"
[co.paralleluniverse/galaxy "1.3"]