<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okcurl</artifactId> <version>3.5.0</version> </dependency>
implementation 'com.squareup.okhttp3:okcurl:3.5.0'
implementation("com.squareup.okhttp3:okcurl:3.5.0")
libraryDependencies += "com.squareup.okhttp3" % "okcurl" % "3.5.0"
@Grapes( @Grab(group='com.squareup.okhttp3', module='okcurl', version='3.5.0') )
<dependency org="com.squareup.okhttp3" name="okcurl" rev="3.5.0" />
[com.squareup.okhttp3/okcurl "3.5.0"]
'com.squareup.okhttp3:okcurl:jar:3.5.0'
<parent> <groupId>com.squareup.okhttp3</groupId> <artifactId>parent</artifactId> <version>3.5.0</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp
|-- org.bouncycastle:bcprov-jdk15on
|-- io.airlift:airline
|-- com.google.guava:guava
test
|-- com.squareup.okhttp3:okhttp-testing-support
|-- junit:junit