GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdshaded-oauth |
Version | Version2.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
shaded-oauth-2.0.0-RC1.pom | |
shaded-oauth-2.0.0-RC1.jar | 93 KB |
shaded-oauth-2.0.0-RC1-sources.jar | 262 bytes |
shaded-oauth-2.0.0-RC1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/shaded-oauth/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>shaded-oauth</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-oauth/
implementation 'com.typesafe.play:shaded-oauth:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-oauth/
implementation ("com.typesafe.play:shaded-oauth:2.0.0-RC1")
'com.typesafe.play:shaded-oauth:jar:2.0.0-RC1'
<dependency org="com.typesafe.play" name="shaded-oauth" rev="2.0.0-RC1">
<artifact name="shaded-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='shaded-oauth', version='2.0.0-RC1')
)
libraryDependencies += "com.typesafe.play" % "shaded-oauth" % "2.0.0-RC1"
[com.typesafe.play/shaded-oauth "2.0.0-RC1"]