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