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