<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
<version>3.14.7</version>
</dependency>
<parent> <groupId>com.squareup.okhttp3</groupId> <artifactId>parent</artifactId> <version>3.14.7</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp
provided
|-- com.google.code.findbugs:jsr305
test
|-- com.squareup.okhttp3:okhttp-testing-support
|-- junit:junit