Java-specific setup for using the Logic API
pom.xml
<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.1</version> </dependency>
build.gradle
implementation 'com.squareup.okhttp3:okhttp:4.9.1'