<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-client</artifactId> <version>1.0.6</version> </dependency>
implementation 'be.yildiz-games:common-client:1.0.6'
implementation("be.yildiz-games:common-client:1.0.6")
libraryDependencies += "be.yildiz-games" % "common-client" % "1.0.6"
@Grapes( @Grab(group='be.yildiz-games', module='common-client', version='1.0.6') )
<dependency org="be.yildiz-games" name="common-client" rev="1.0.6" />
[be.yildiz-games/common-client "1.0.6"]
'be.yildiz-games:common-client:jar:1.0.6'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- be.yildiz-games:common-shared:2.1.1
test
|-- junit:junit
|-- org.mockito:mockito-core