MVN

org.cloudgraph : cloudgraph-test

Maven & Gradle

May 21, 2023
5 usages
10 stars

CloudGraph Test · CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others.

<dependency>
    <groupId>org.cloudgraph</groupId>
    <artifactId>cloudgraph-test</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudgraph : cloudgraph-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.cloudgraph : cloudgraph-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • cloudgraph-test-2.0.0

    May 21, 2023
  • cloudgraph-test-1.3.8

    Aug 04, 2022
  • cloudgraph-test-1.3.7

    Jan 13, 2022
  • cloudgraph-test-1.3.6

    Jan 08, 2022
  • cloudgraph-test-1.3.5

    Nov 08, 2021
  • cloudgraph-test-1.3.4

    Oct 27, 2021
  • cloudgraph-test-1.3.3

    Oct 24, 2021
  • cloudgraph-test-1.3.2

    Oct 19, 2021
  • cloudgraph-test-1.3.1

    Sep 22, 2021
  • cloudgraph-test-1.3.0

    Jul 12, 2021
  • cloudgraph-test-1.2.9

    Jun 27, 2021
  • cloudgraph-test-1.2.8

    May 21, 2021
  • cloudgraph-test-1.2.7

    Feb 28, 2021
  • cloudgraph-test-1.2.6

    Feb 03, 2021
  • cloudgraph-test-1.2.5

    Nov 24, 2020
  • cloudgraph-test-1.2.4

    Nov 23, 2020
  • cloudgraph-test-1.2.3

    Mar 05, 2020
  • cloudgraph-test-1.2.2

    Feb 10, 2020
  • cloudgraph-test-1.2.1

    Jan 11, 2020
  • cloudgraph-test-1.2.0

    Oct 27, 2019
  • cloudgraph-test-1.1.9

    May 06, 2019
  • cloudgraph-test-1.1.8

    Nov 08, 2018
  • cloudgraph-test-1.1.6

    Jul 06, 2018
  • cloudgraph-test-1.1.5

    Jun 02, 2018
  • cloudgraph-test-1.1.4

    May 28, 2018
  • cloudgraph-test-1.1.3

    May 09, 2018
  • cloudgraph-test-1.1.2

    Apr 09, 2018
  • cloudgraph-test-1.1.1

    Mar 28, 2018
  • cloudgraph-test-1.1.0

    Mar 20, 2018
  • cloudgraph-test-1.0.9

    Feb 10, 2018
  • cloudgraph-test-1.0.8

    Nov 25, 2017
  • cloudgraph-test-1.0.7

    Oct 06, 2017
  • cloudgraph-test-1.0.6

    Sep 13, 2017
  • cloudgraph-test-1.0.5

    Sep 01, 2017
  • cloudgraph-test-1.0.4

    Aug 26, 2017
  • cloudgraph-test-1.0.3

    Aug 13, 2017
  • cloudgraph-test-1.0.2

    Aug 05, 2017
  • cloudgraph-test-1.0.1

    Jul 31, 2017
  • cloudgraph-test-1.0.0

    Jul 19, 2017
  • cloudgraph-test-0.7.1

    Jun 20, 2017
  • cloudgraph-test-0.7.0

    May 12, 2017
  • cloudgraph-test-0.6.9

    May 10, 2017
  • cloudgraph-test-0.6.8

    May 03, 2017
  • cloudgraph-test-0.6.7

    Apr 20, 2017
  • cloudgraph-test-0.6.6

    Apr 05, 2017
  • cloudgraph-test-0.6.5

    Apr 01, 2017
  • cloudgraph-test-0.6.4

    Sep 11, 2015

How to add a dependency to Maven

Add the following org.cloudgraph : cloudgraph-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudgraph</groupId>
    <artifactId>cloudgraph-test</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudgraph : cloudgraph-test gradle dependency to your build.gradle file:

implementation 'org.cloudgraph:cloudgraph-test:2.0.0'

Gradle Kotlin DSL: Add the following org.cloudgraph : cloudgraph-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudgraph:cloudgraph-test:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudgraph : cloudgraph-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudgraph" % "cloudgraph-test" % "2.0.0"