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