<dependency> <groupId>com.github.hughwick</groupId> <artifactId>toolbox-http</artifactId> <version>2.7.7</version> </dependency>
implementation 'com.github.hughwick:toolbox-http:2.7.7'
implementation("com.github.hughwick:toolbox-http:2.7.7")
libraryDependencies += "com.github.hughwick" % "toolbox-http" % "2.7.7"
@Grapes( @Grab(group='com.github.hughwick', module='toolbox-http', version='2.7.7') )
<dependency org="com.github.hughwick" name="toolbox-http" rev="2.7.7" />
[com.github.hughwick/toolbox-http "2.7.7"]
'com.github.hughwick:toolbox-http:jar:2.7.7'
<parent> <groupId>com.github.hughwick</groupId> <artifactId>toolbox-parent</artifactId> <version>2.7.7</version> </parent>
compile
|-- com.github.hughwick:toolbox-json
|-- com.squareup.okhttp3:okhttp