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