MVN

com.axibase : atsd-jdbc

Maven & Gradle

Sep 14, 2021
6 stars

ATSD JDBC driver · JDBC driver for SQL API using

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>atsd-jdbc</artifactId>
    <version>1.4.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axibase : atsd-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.11

All Versions

Choose a version of com.axibase : atsd-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
atsd-jdbc-1.4.11
atsd-jdbc-1.4.10
atsd-jdbc-1.4.9
atsd-jdbc-1.4.8
atsd-jdbc-1.4.7
atsd-jdbc-1.4.6
atsd-jdbc-1.4.5
atsd-jdbc-1.4.4
atsd-jdbc-1.4.3
atsd-jdbc-1.4.2
atsd-jdbc-1.4.1
atsd-jdbc-1.4.0
1.3.x
atsd-jdbc-1.3.4
atsd-jdbc-1.3.3
atsd-jdbc-1.3.2
atsd-jdbc-1.3.0
1.2.x
atsd-jdbc-1.2.21
atsd-jdbc-1.2.20
atsd-jdbc-1.2.19
atsd-jdbc-1.2.18
atsd-jdbc-1.2.17
atsd-jdbc-1.2.16
atsd-jdbc-1.2.15
atsd-jdbc-1.2.14
atsd-jdbc-1.2.13
atsd-jdbc-1.2.12
atsd-jdbc-1.2.11
atsd-jdbc-1.2.10
atsd-jdbc-1.2.9-RELEASE
atsd-jdbc-1.2.8
atsd-jdbc-1.2.7
atsd-jdbc-1.2.6
atsd-jdbc-1.2.4
atsd-jdbc-1.2.3
atsd-jdbc-1.2.1

How to add a dependency to Maven

Add the following com.axibase : atsd-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>atsd-jdbc</artifactId>
    <version>1.4.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axibase : atsd-jdbc gradle dependency to your build.gradle file:

implementation 'com.axibase:atsd-jdbc:1.4.11'

Gradle Kotlin DSL: Add the following com.axibase : atsd-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axibase:atsd-jdbc:1.4.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axibase : atsd-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axibase" % "atsd-jdbc" % "1.4.11"

Advertisement