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