GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdshaded-oauth |
Version | Version1.0.0-M8 |
Type | Typejar |
Filename | Size |
---|---|
shaded-oauth-1.0.0-M8.pom | |
shaded-oauth-1.0.0-M8.jar | 82 KB |
shaded-oauth-1.0.0-M8-sources.jar | 258 bytes |
shaded-oauth-1.0.0-M8-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>1.0.0-M8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-oauth/
implementation 'com.typesafe.play:shaded-oauth:1.0.0-M8'
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-oauth/
implementation ("com.typesafe.play:shaded-oauth:1.0.0-M8")
'com.typesafe.play:shaded-oauth:jar:1.0.0-M8'
<dependency org="com.typesafe.play" name="shaded-oauth" rev="1.0.0-M8">
<artifact name="shaded-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='shaded-oauth', version='1.0.0-M8')
)
libraryDependencies += "com.typesafe.play" % "shaded-oauth" % "1.0.0-M8"
[com.typesafe.play/shaded-oauth "1.0.0-M8"]