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