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