MVN

com.sdl.delivery : udp-cid-proxy

Maven & Gradle

Jul 10, 2023
1 usages

Contextual Image Delivery - Proxy · Contextual Image Delivery - Proxy

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-cid-proxy</artifactId>
    <version>12.0.0-1270</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdl.delivery : udp-cid-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0-1270

All Versions

Choose a version of com.sdl.delivery : udp-cid-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
udp-cid-proxy-12.0.0-1270
11.6.x
udp-cid-proxy-11.6.0-1151
11.5.x
udp-cid-proxy-11.5.0-1188
udp-cid-proxy-11.5.0-1062
11.1.x
udp-cid-proxy-11.1.0-1126
udp-cid-proxy-11.1.0-1111
udp-cid-proxy-11.1.0-1068
11.0.x
udp-cid-proxy-11.0.1-1017
udp-cid-proxy-11.0.0-1090
udp-cid-proxy-11.0.0-1102
udp-cid-proxy-11.0.0-1071
udp-cid-proxy-11.0.0-1065
udp-cid-proxy-11.0.0-1068
udp-cid-proxy-11.0.0-1069
udp-cid-proxy-11.0.0-1057
udp-cid-proxy-11.0.0-1054
udp-cid-proxy-11.0.0-1044
udp-cid-proxy-11.0.0-1023

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-cid-proxy</artifactId>
    <version>12.0.0-1270</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdl.delivery : udp-cid-proxy gradle dependency to your build.gradle file:

implementation 'com.sdl.delivery:udp-cid-proxy:12.0.0-1270'

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

implementation("com.sdl.delivery:udp-cid-proxy:12.0.0-1270")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdl.delivery : udp-cid-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdl.delivery" % "udp-cid-proxy" % "12.0.0-1270"

Advertisement