<dependency> <groupId>com.seepine</groupId> <artifactId>http</artifactId> <version>0.0.2</version> </dependency>
implementation 'com.seepine:http:0.0.2'
implementation("com.seepine:http:0.0.2")
libraryDependencies += "com.seepine" % "http" % "0.0.2"
@Grapes( @Grab(group='com.seepine', module='http', version='0.0.2') )
<dependency org="com.seepine" name="http" rev="0.0.2" />
[com.seepine/http "0.0.2"]
'com.seepine:http:jar:0.0.2'
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
|-- ch.qos.logback:logback-classic:1.2.11
provided
|-- org.projectlombok:lombok:1.18.22