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