GroupId | GroupIdcom.sdl.delivery |
---|---|
ArtifactId | ArtifactIdudp-context-service-common |
Version | Version11.0.0-1114 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sdl.delivery/udp-context-service-common/ -->
<dependency>
<groupId>com.sdl.delivery</groupId>
<artifactId>udp-context-service-common</artifactId>
<version>11.0.0-1114</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.delivery/udp-context-service-common/
implementation 'com.sdl.delivery:udp-context-service-common:11.0.0-1114'
// https://jarcasting.com/artifacts/com.sdl.delivery/udp-context-service-common/
implementation ("com.sdl.delivery:udp-context-service-common:11.0.0-1114")
'com.sdl.delivery:udp-context-service-common:jar:11.0.0-1114'
<dependency org="com.sdl.delivery" name="udp-context-service-common" rev="11.0.0-1114">
<artifact name="udp-context-service-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.delivery', module='udp-context-service-common', version='11.0.0-1114')
)
libraryDependencies += "com.sdl.delivery" % "udp-context-service-common" % "11.0.0-1114"
[com.sdl.delivery/udp-context-service-common "11.0.0-1114"]