MVN

com.github.ddth : ddth-cql-utils

Maven & Gradle

May 10, 2019
12 usages
0 stars

ddth-cql-utils · DDTH's CQL Utilities

<dependency>
    <groupId>com.github.ddth</groupId>
    <artifactId>ddth-cql-utils</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ddth : ddth-cql-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.ddth : ddth-cql-utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • ddth-cql-utils-1.0.0

    May 10, 2019
  • ddth-cql-utils-0.4.0.3

    Nov 22, 2018
  • ddth-cql-utils-0.4.0.2

    Oct 27, 2018
  • ddth-cql-utils-0.4.0.1

    Oct 24, 2018
  • ddth-cql-utils-0.4.0

    Oct 22, 2018
  • ddth-cql-utils-0.3.1

    Jun 12, 2017
  • ddth-cql-utils-0.3.0

    Dec 21, 2016
  • ddth-cql-utils-0.2.6

    Oct 19, 2015
  • ddth-cql-utils-0.2.5

    Sep 02, 2015
  • ddth-cql-utils-0.2.4

    Sep 01, 2015
  • ddth-cql-utils-0.2.3

    Jul 31, 2015
  • ddth-cql-utils-0.2.2

    Jul 30, 2015
  • ddth-cql-utils-0.2.1

    Apr 10, 2015
  • ddth-cql-utils-0.2.0.1

    Oct 09, 2014
  • ddth-cql-utils-0.2.0

    Oct 08, 2014
  • ddth-cql-utils-0.1.1

    Aug 18, 2014
  • ddth-cql-utils-0.1.0

    Aug 18, 2014

How to add a dependency to Maven

Add the following com.github.ddth : ddth-cql-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ddth</groupId>
    <artifactId>ddth-cql-utils</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ddth : ddth-cql-utils gradle dependency to your build.gradle file:

implementation 'com.github.ddth:ddth-cql-utils:1.0.0'

Gradle Kotlin DSL: Add the following com.github.ddth : ddth-cql-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ddth:ddth-cql-utils:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ddth : ddth-cql-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ddth" % "ddth-cql-utils" % "1.0.0"

Advertisement