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