is not current version
Last Version 1.4

co.paralleluniverse:galaxy 1.2

A high-performance in-memory data-grid.

GroupId

GroupId

co.paralleluniverse
ArtifactId

ArtifactId

galaxy
Version

Version

1.2
Type

Type

jar

Download galaxy 1.2


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