MVN

com.sdl.delivery : udp-service-container-core

Maven & Gradle

Jun 25, 2021

Service Container - Core · Container able to bootstrap one instance of Tomcat deploying a Spring Boot application which can utilize all configurations found annotated with Spring Boot annotations, hence combining all resources from those annotated configurations

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-service-container-core</artifactId>
    <version>11.0.0-1078</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.0.0-1078

All Versions

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

Version Vulnerabilities Updated
11.0.x
udp-service-container-core-11.0.1-1016
udp-service-container-core-11.0.0-1078

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sdl.delivery</groupId>
    <artifactId>udp-service-container-core</artifactId>
    <version>11.0.0-1078</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sdl.delivery:udp-service-container-core:11.0.0-1078'

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

implementation("com.sdl.delivery:udp-service-container-core:11.0.0-1078")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sdl.delivery" % "udp-service-container-core" % "11.0.0-1078"

Advertisement