<dependency> <groupId>com.seepine</groupId> <artifactId>http</artifactId> <version>0.0.9</version> </dependency>
implementation 'com.seepine:http:0.0.9'
implementation("com.seepine:http:0.0.9")
libraryDependencies += "com.seepine" % "http" % "0.0.9"
@Grapes( @Grab(group='com.seepine', module='http', version='0.0.9') )
<dependency org="com.seepine" name="http" rev="0.0.9" />
[com.seepine/http "0.0.9"]
'com.seepine:http:jar:0.0.9'
compile
|-- com.squareup.okhttp3:okhttp:4.9.3
|-- com.fasterxml.jackson.core:jackson-databind:2.13.2
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2
test
|-- org.projectlombok:lombok:1.18.24
|-- ch.qos.logback:logback-classic:1.2.11