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