не последняя версия
Последняя версия 5.0.1

org.questdb:core 4.2.2

QuestDB is High Performance Time Series Database

Группа

Группа

org.questdb
Идентификатор

Идентификатор

core
Версия

Версия

4.2.2
Тип

Тип

jar

Скачать core 4.2.2


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