<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-client</artifactId>
<version>0.3.9</version>
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-client', version='0.3.9')
)
<parent> <groupId>pl.chilldev.commons</groupId> <artifactId>commons</artifactId> <version>0.3.9</version> </parent>
compile
|-- pl.chilldev.commons:commons-data
|-- io.github.openfeign:feign-core:9.5.1
|-- org.springframework:spring-beans:5.0.2.RELEASE
|-- org.springframework:spring-context:5.0.2.RELEASE
|-- org.springframework:spring-web:5.0.2.RELEASE
|-- org.springframework.data:spring-data-commons:2.0.2.RELEASE
provided