<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>feature-city-shared</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='feature-city-shared', version='2.0.0')
)
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.2.2</version> </parent>
compile
|-- be.yildiz-games:feature-resource-shared:1.0.0
|-- be.yildiz-games:common-geometry:1.0.3
|-- be.yildiz-games:common-frame:1.0.2
test
|-- org.awaitility:awaitility:3.1.2
|-- org.junit.jupiter:junit-jupiter-api