play.libs.ws.ahc.WSClientComponents Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc.
*/
package play.libs.ws.ahc;
import play.libs.ws.WSClient;
/** Java WSClient components. */
public interface WSClientComponents {
WSClient wsClient();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy