is not current version
Last Version 5.3

io.activej:activej-cube 2.2

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

2.2
Type

Type

jar

Download activej-cube 2.2


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