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