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

org.questdb:core 4.0.0

QuestDB is High Performance Time Series Database

Группа

Группа

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

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

core
Версия

Версия

4.0.0
Тип

Тип

jar

Скачать core 4.0.0


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