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