| GroupId | GroupIdcom.sdl.delivery |
|---|---|
| ArtifactId | ArtifactIdudp-cis-core |
| Version | Version11.0.0-1061 |
| Type | Typejar |
| Filename | Size |
|---|---|
| udp-cis-core-11.0.0-1061.pom | |
| udp-cis-core-11.0.0-1061.jar | 153 KB |
| udp-cis-core-11.0.0-1061-sources.jar | 189 bytes |
| udp-cis-core-11.0.0-1061-javadoc.jar | 815 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.delivery/udp-cis-core/ -->
<dependency>
<groupId>com.sdl.delivery</groupId>
<artifactId>udp-cis-core</artifactId>
<version>11.0.0-1061</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.delivery/udp-cis-core/
implementation 'com.sdl.delivery:udp-cis-core:11.0.0-1061'
// https://jarcasting.com/artifacts/com.sdl.delivery/udp-cis-core/
implementation ("com.sdl.delivery:udp-cis-core:11.0.0-1061")
'com.sdl.delivery:udp-cis-core:jar:11.0.0-1061'
<dependency org="com.sdl.delivery" name="udp-cis-core" rev="11.0.0-1061">
<artifact name="udp-cis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.delivery', module='udp-cis-core', version='11.0.0-1061')
)
libraryDependencies += "com.sdl.delivery" % "udp-cis-core" % "11.0.0-1061"
[com.sdl.delivery/udp-cis-core "11.0.0-1061"]