<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>token-client</artifactId>
<version>3.2.1</version>
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.security.xsuaa', module='token-client', version='3.2.1')
)
<parent> <groupId>com.sap.cloud.security.xsuaa</groupId> <artifactId>parent</artifactId> <version>3.2.1</version> </parent>
compile
|-- com.sap.cloud.security:java-api
|-- org.json:json
|-- com.github.spotbugs:spotbugs-annotations
|-- com.github.ben-manes.caffeine:caffeine
provided
|-- org.springframework:spring-web
|-- org.apache.httpcomponents.client5:httpclient5
|-- org.apache.httpcomponents:httpclient
test
|-- junit:junit
|-- org.junit.vintage:junit-vintage-engine
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- com.sap.cloud.security.xsuaa:spring-xsuaa-test
|-- org.springframework.security:spring-security-oauth2-jose
|-- ch.qos.logback:logback-classic:1.4.6
|-- ch.qos.logback:logback-core:1.4.6