is not current version
Last Version 5.3

io.activej:activej-cube 3.1-rc1

Multidimensional OLAP database with predefined set of dimensions, measures, and log-structured merge-tree tables containing pre-aggregated data.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-cube
Version

Version

3.1-rc1
Type

Type

jar

Download activej-cube 3.1-rc1


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