| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-cube |
| Version | Version5.0 |
| Type | Typejar |
| Description |
DescriptionActiveJ : LSMT OLAP Cube
Multidimensional OLAP database with predefined set of dimensions, measures,
and log-structured merge-tree tables containing pre-aggregated data.
|
| Filename | Size |
|---|---|
| activej-cube-5.0.pom | |
| activej-cube-5.0.jar | 180 KB |
| activej-cube-5.0-sources.jar | 78 KB |
| activej-cube-5.0-javadoc.jar | 377 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-cube/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-cube</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-cube/
implementation 'io.activej:activej-cube:5.0'
// https://jarcasting.com/artifacts/io.activej/activej-cube/
implementation ("io.activej:activej-cube:5.0")
'io.activej:activej-cube:jar:5.0'
<dependency org="io.activej" name="activej-cube" rev="5.0">
<artifact name="activej-cube" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-cube', version='5.0')
)
libraryDependencies += "io.activej" % "activej-cube" % "5.0"
[io.activej/activej-cube "5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-aggregation | jar | 5.0 |
| io.activej : activej-etl | jar | 5.0 |
| io.activej : activej-http | jar | 5.0 |
| io.activej : activej-common | jar | 5.0 |
| io.activej : activej-jmxapi Optional | jar | 5.0 |
| org.lz4 : lz4-java | jar | 1.5.0 |
| mysql : mysql-connector-java Optional | jar | 8.0.27 |
| org.jetbrains : annotations | jar | 22.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-test | jar | 5.0 |
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |