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