<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>stups-http-components-oauth2</artifactId>
<version>1.0.22</version>
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='stups-http-components-oauth2', version='1.0.22')
)
<parent> <groupId>org.zalando.stups</groupId> <artifactId>stups-spring-oauth2-support</artifactId> <version>1.0.22</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