<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-client</artifactId> <version>4.0.2</version> </dependency>
implementation 'be.yildiz-games:common-client:4.0.2'
implementation("be.yildiz-games:common-client:4.0.2")
libraryDependencies += "be.yildiz-games" % "common-client" % "4.0.2"
@Grapes( @Grab(group='be.yildiz-games', module='common-client', version='4.0.2') )
<dependency org="be.yildiz-games" name="common-client" rev="4.0.2" />
[be.yildiz-games/common-client "4.0.2"]
'be.yildiz-games:common-client:jar:4.0.2'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>6.0.0</version> </parent>
compile
|-- be.yildiz-games:common-application:1.4.14
test
|-- org.junit.jupiter:junit-jupiter-engine