MVN

com.sdl.delivery : udp-iq-index-api

Maven & Gradle

Jul 10, 2023
2 usages

IQ API - Index · IQ Index API

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-iq-index-api</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-index-api 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-index-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
udp-iq-index-api-12.0.0-1337
11.6.x
udp-iq-index-api-11.6.0-1201
11.5.x
udp-iq-index-api-11.5.0-1243
udp-iq-index-api-11.5.0-1054
11.1.x
udp-iq-index-api-11.1.0-1089
udp-iq-index-api-11.1.0-1077
udp-iq-index-api-11.1.0-1044
11.0.x
udp-iq-index-api-11.0.1-1016
udp-iq-index-api-11.0.0-1121
udp-iq-index-api-11.0.0-1070
udp-iq-index-api-11.0.0-1079
udp-iq-index-api-11.0.0-1058
udp-iq-index-api-11.0.0-1052
udp-iq-index-api-11.0.0-1054
udp-iq-index-api-11.0.0-1055
udp-iq-index-api-11.0.0-1049
udp-iq-index-api-11.0.0-1046
udp-iq-index-api-11.0.0-1041
udp-iq-index-api-11.0.0-1024

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-iq-index-api</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-index-api gradle dependency to your build.gradle file:

implementation 'com.sdl.delivery:udp-iq-index-api:12.0.0-1337'

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

implementation("com.sdl.delivery:udp-iq-index-api:12.0.0-1337")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sdl.delivery" % "udp-iq-index-api" % "12.0.0-1337"

Advertisement