s

stups-http-components-oauth2

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