<dependency>
<groupId>com.launchdarkly</groupId>
<artifactId>okhttp-eventsource</artifactId>
<version>1.5.2</version>
</dependency>
@Grapes(
@Grab(group='com.launchdarkly', module='okhttp-eventsource', version='1.5.2')
)
compile
|-- com.squareup.okhttp3:okhttp:3.8.1
|-- org.slf4j:slf4j-api:1.7.22
test
|-- org.mockito:mockito-core:1.10.19
|-- junit:junit:4.11