<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>token-client</artifactId>
<version>3.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.security.xsuaa', module='token-client', version='3.4.0')
)
<parent> <groupId>com.sap.cloud.security.xsuaa</groupId> <artifactId>parent</artifactId> <version>3.4.0</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.14