<dependency> <groupId>com.seepine</groupId> <artifactId>http</artifactId> <version>1.3.2</version> </dependency>
implementation 'com.seepine:http:1.3.2'
implementation("com.seepine:http:1.3.2")
libraryDependencies += "com.seepine" % "http" % "1.3.2"
@Grapes( @Grab(group='com.seepine', module='http', version='1.3.2') )
<dependency org="com.seepine" name="http" rev="1.3.2" />
[com.seepine/http "1.3.2"]
'com.seepine:http:jar:1.3.2'
compile
|-- com.squareup.okhttp3:okhttp:4.10.0
test
|-- com.seepine:json:0.1.0