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