<dependency> <groupId>be.yildiz-games</groupId> <artifactId>common-git</artifactId> <version>1.0.3</version> </dependency>
implementation 'be.yildiz-games:common-git:1.0.3'
implementation("be.yildiz-games:common-git:1.0.3")
libraryDependencies += "be.yildiz-games" % "common-git" % "1.0.3"
@Grapes( @Grab(group='be.yildiz-games', module='common-git', version='1.0.3') )
<dependency org="be.yildiz-games" name="common-git" rev="1.0.3" />
[be.yildiz-games/common-git "1.0.3"]
'be.yildiz-games:common-git:jar:1.0.3'
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.2.5</version> </parent>
compile
|-- be.yildiz-games:common-exception:1.0.2
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.platform:junit-platform-launcher