MVN

com.sdl.delivery : udp-iq-query-client

Maven & Gradle

Jul 10, 2023
1 usages

IQ Client - Query · IQ Client - Query

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-iq-query-client</artifactId>
    <version>12.0.0-1337</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdl.delivery : udp-iq-query-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0-1337

All Versions

Choose a version of com.sdl.delivery : udp-iq-query-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
udp-iq-query-client-12.0.0-1337
11.6.x
udp-iq-query-client-11.6.0-1201
11.5.x
udp-iq-query-client-11.5.0-1243
udp-iq-query-client-11.5.0-1084
11.1.x
udp-iq-query-client-11.1.0-1115
udp-iq-query-client-11.1.0-1103
udp-iq-query-client-11.1.0-1054
11.0.x
udp-iq-query-client-11.0.1-1021
udp-iq-query-client-11.0.0-1121
udp-iq-query-client-11.0.0-1097
udp-iq-query-client-11.0.0-1112
udp-iq-query-client-11.0.0-1075
udp-iq-query-client-11.0.0-1064
udp-iq-query-client-11.0.0-1071
udp-iq-query-client-11.0.0-1072
udp-iq-query-client-11.0.0-1056
udp-iq-query-client-11.0.0-1052
udp-iq-query-client-11.0.0-1041
udp-iq-query-client-11.0.0-1024

How to add a dependency to Maven

Add the following com.sdl.delivery : udp-iq-query-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-iq-query-client</artifactId>
    <version>12.0.0-1337</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdl.delivery : udp-iq-query-client gradle dependency to your build.gradle file:

implementation 'com.sdl.delivery:udp-iq-query-client:12.0.0-1337'

Gradle Kotlin DSL: Add the following com.sdl.delivery : udp-iq-query-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sdl.delivery:udp-iq-query-client:12.0.0-1337")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdl.delivery : udp-iq-query-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdl.delivery" % "udp-iq-query-client" % "12.0.0-1337"

Advertisement