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