s

stups-http-components-oauth2

文件下载
文件名 操作
stups-http-components-oauth2-1.0.20.jar 下载
stups-http-components-oauth2-1.0.20.pom 下载
stups-http-components-oauth2-1.0.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.zalando.stups</groupId>
  <artifactId>stups-http-components-oauth2</artifactId>
  <version>1.0.20</version>
</dependency>
Gradle Groovy
implementation 'org.zalando.stups:stups-http-components-oauth2:1.0.20'
Gradle Kotlin
implementation("org.zalando.stups:stups-http-components-oauth2:1.0.20")
Scala SBT
libraryDependencies += "org.zalando.stups" % "stups-http-components-oauth2" % "1.0.20"
Groovy Grape
@Grapes(
  @Grab(group='org.zalando.stups', module='stups-http-components-oauth2', version='1.0.20')
)
Apache Ivy
<dependency org="org.zalando.stups" name="stups-http-components-oauth2" rev="1.0.20" />
Leiningen
[org.zalando.stups/stups-http-components-oauth2 "1.0.20"]
Apache Buildr
'org.zalando.stups:stups-http-components-oauth2:jar:1.0.20'