MVN

com.github.dzmipt : kdbStudio

Maven & Gradle

Dec 24, 2021
5 stars

Studio for kdb+ · Studio for kdb+ is a rapid development environment for the ultra-fast database kdb+ from Kx Systems: http://www.kx.com.

<dependency>
    <groupId>com.github.dzmipt</groupId>
    <artifactId>kdbStudio</artifactId>
    <version>dz2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dzmipt : kdbStudio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: dz2.0.1

All Versions

Choose a version of com.github.dzmipt : kdbStudio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
dz1.11
kdbStudio-dz1.11
dz1.10
kdbStudio-dz1.10
dz1.9
kdbStudio-dz1.9
dz1.8
kdbStudio-dz1.8
dz1.7
kdbStudio-dz1.7
dz2.0.x
kdbStudio-dz2.0.1
dz2.0
kdbStudio-dz2.0

How to add a dependency to Maven

Add the following com.github.dzmipt : kdbStudio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dzmipt</groupId>
    <artifactId>kdbStudio</artifactId>
    <version>dz2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dzmipt : kdbStudio gradle dependency to your build.gradle file:

implementation 'com.github.dzmipt:kdbStudio:dz2.0.1'

Gradle Kotlin DSL: Add the following com.github.dzmipt : kdbStudio gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dzmipt:kdbStudio:dz2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dzmipt : kdbStudio sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dzmipt" % "kdbStudio" % "dz2.0.1"

Advertisement