is not current version
Last Version 5.3

io.activej:activej-aggregation 2.0

Log-structured merge-tree table with fields representing aggregate functions, designed for OLAP workload.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-aggregation
Version

Version

2.0
Type

Type

jar

Download activej-aggregation 2.0


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