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