<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-sse</artifactId> <version>4.0.0</version> </dependency>
implementation 'com.squareup.okhttp3:okhttp-sse:4.0.0'
implementation("com.squareup.okhttp3:okhttp-sse:4.0.0")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-sse" % "4.0.0"
@Grapes( @Grab(group='com.squareup.okhttp3', module='okhttp-sse', version='4.0.0') )
<dependency org="com.squareup.okhttp3" name="okhttp-sse" rev="4.0.0" />
[com.squareup.okhttp3/okhttp-sse "4.0.0"]
'com.squareup.okhttp3:okhttp-sse:jar:4.0.0'
compile
|-- com.squareup.okhttp3:okhttp:4.0.0
test
|-- com.squareup.okhttp3:okhttp-testing-support:4.0.0
|-- com.squareup.okhttp3:mockwebserver:4.0.0
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.0