<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>feature-research-shared</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='feature-research-shared', version='1.0.1')
)
<parent> <groupId>be.yildiz-games</groupId> <artifactId>parent</artifactId> <version>2.2.5</version> </parent>
compile
|-- be.yildiz-games:common-exception:1.0.2
|-- be.yildiz-games:common-logging:2.0.0
|-- be.yildiz-games:common-util:1.0.3
|-- be.yildiz-games:common-mapping-model:1.0.3
test
|-- org.junit.jupiter:junit-jupiter-api