<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>stups-http-components-oauth2</artifactId>
<version>1.0.15-GH42-1</version>
</dependency>
libraryDependencies += "org.zalando.stups" % "stups-http-components-oauth2" % "1.0.15-GH42-1"
@Grapes(
@Grab(group='org.zalando.stups', module='stups-http-components-oauth2', version='1.0.15-GH42-1')
)
<dependency org="org.zalando.stups" name="stups-http-components-oauth2" rev="1.0.15-GH42-1" />
<parent> <groupId>org.zalando.stups</groupId> <artifactId>stups-spring-oauth2-support</artifactId> <version>1.0.15-GH42-1</version> </parent>
compile
|-- org.apache.httpcomponents:httpcore
test
|-- org.apache.httpcomponents:httpclient
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-test
|-- junit:junit