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