| License | License | 
|---|---|
| GroupId | GroupIdorg.questdb | 
| ArtifactId | ArtifactIdcore | 
| Last Version | Last Version5.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionQuestDB Core QuestDB is High Performance Time Series Database | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| core-5.0.1.pom | |
| core-5.0.1.jar | 3 MB | 
| core-5.0.1-tests.jar | 3 MB | 
| core-5.0.1-sources.jar | 2 MB | 
| core-5.0.1-rt-windows-amd64.tar.gz | 19 MB | 
| core-5.0.1-javadoc.jar | 6 MB | 
| core-5.0.1-bin.tar.gz | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.questdb/core/ -->
<dependency>
    <groupId>org.questdb</groupId>
    <artifactId>core</artifactId>
    <version>5.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.questdb/core/
implementation 'org.questdb:core:5.0.1'// https://jarcasting.com/artifacts/org.questdb/core/
implementation ("org.questdb:core:5.0.1")'org.questdb:core:jar:5.0.1'<dependency org="org.questdb" name="core" rev="5.0.1">
  <artifact name="core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.questdb', module='core', version='5.0.1')
)libraryDependencies += "org.questdb" % "core" % "5.0.1"[org.questdb/core "5.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains : annotations | jar | 17.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.postgresql : postgresql | jar | 42.2.12 |