MVN

com.sdl.delivery : udp-model

Maven & Gradle

Nov 19, 2020
4 usages

Model · Entity models / transportpackage

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-model</artifactId>
    <version>11.0.0-1058</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.0.0-1058

All Versions

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

Version Vulnerabilities Updated
11.1.x
udp-model-11.1.0-1054
11.0.x
udp-model-11.0.0-1058
udp-model-11.0.0-1052
udp-model-11.0.0-1054
udp-model-11.0.0-1055
udp-model-11.0.0-1049
udp-model-11.0.0-1045
udp-model-11.0.0-1037
udp-model-11.0.0-1020

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-model</artifactId>
    <version>11.0.0-1058</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sdl.delivery:udp-model:11.0.0-1058'

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

implementation("com.sdl.delivery:udp-model:11.0.0-1058")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sdl.delivery" % "udp-model" % "11.0.0-1058"

Advertisement