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