keycloakjar.org.springframework.web.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
The newest version!
/**
* Core package of the client-side web support.
* Provides a RestTemplate class and various callback interfaces.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.client;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;