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