<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>feature-city-shared</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='feature-city-shared', version='1.0.0')
)
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.1.0</version> </parent>
compile
|-- be.yildiz-games:feature-resource-shared:1.0.0
|-- be.yildiz-games:feature-entity-shared:1.0.0
|-- be.yildiz-games:feature-construction-shared:1.0.0
test
|-- org.junit.jupiter:junit-jupiter-api