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