<dependency> <groupId>be.yildiz-games</groupId> <artifactId>module-http</artifactId> <version>1.1.6</version> </dependency>
implementation 'be.yildiz-games:module-http:1.1.6'
implementation("be.yildiz-games:module-http:1.1.6")
libraryDependencies += "be.yildiz-games" % "module-http" % "1.1.6"
@Grapes( @Grab(group='be.yildiz-games', module='module-http', version='1.1.6') )
<dependency org="be.yildiz-games" name="module-http" rev="1.1.6" />
[be.yildiz-games/module-http "1.1.6"]
'be.yildiz-games:module-http:jar:1.1.6'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>3.0.13</version> </parent>
compile
|-- org.apiguardian:apiguardian-api:1.1.0
|-- com.fasterxml.jackson.core:jackson-databind:2.11.1
test
|-- org.junit.jupiter:junit-jupiter-engine