MVN

org.odpi.egeria : gaian-connector

Maven & Gradle

Jun 02, 2021
763 stars

Gaian Connector · The Gaian connector provides a JDBC style connector to the Gaian virtualization engine.

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>gaian-connector</artifactId>
    <version>2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : gaian-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10

All Versions

Choose a version of org.odpi.egeria : gaian-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10
gaian-connector-2.10
2.9
gaian-connector-2.9
2.8
gaian-connector-2.8
2.7
gaian-connector-2.7
2.6
gaian-connector-2.6
2.5
gaian-connector-2.5
2.4
gaian-connector-2.4
2.3
gaian-connector-2.3
2.2
gaian-connector-2.2
2.1
gaian-connector-2.1
2.0
gaian-connector-2.0
1.8
gaian-connector-1.8
1.7
gaian-connector-1.7
1.6
gaian-connector-1.6
1.5
gaian-connector-1.5
1.4
gaian-connector-1.4
1.3
gaian-connector-1.3
1.2
gaian-connector-1.2
1.1
gaian-connector-1.1
1.0
gaian-connector-1.0
0.2
gaian-connector-0.2
0.1
gaian-connector-0.1

How to add a dependency to Maven

Add the following org.odpi.egeria : gaian-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>gaian-connector</artifactId>
    <version>2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : gaian-connector gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:gaian-connector:2.10'

Gradle Kotlin DSL: Add the following org.odpi.egeria : gaian-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:gaian-connector:2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : gaian-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "gaian-connector" % "2.10"

Advertisement