Files download
File Operation
shaded-oauth-1.1.13.jar download
shaded-oauth-1.1.13.pom download
shaded-oauth-1.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.play</groupId>
  <artifactId>shaded-oauth</artifactId>
  <version>1.1.13</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.play:shaded-oauth:1.1.13'
Gradle Kotlin
implementation("com.typesafe.play:shaded-oauth:1.1.13")
Scala SBT
libraryDependencies += "com.typesafe.play" % "shaded-oauth" % "1.1.13"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.play', module='shaded-oauth', version='1.1.13')
)
Apache Ivy
<dependency org="com.typesafe.play" name="shaded-oauth" rev="1.1.13" />
Leiningen
[com.typesafe.play/shaded-oauth "1.1.13"]
Apache Buildr
'com.typesafe.play:shaded-oauth:jar:1.1.13'
Dependencies
The project has no third-party dependencies