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