<dependency>
<groupId>com.epam.eco.kafkamanager</groupId>
<artifactId>kafka-manager-ui</artifactId>
<version>0.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.epam.eco.kafkamanager', module='kafka-manager-ui', version='0.1.0')
)
<parent> <groupId>com.epam.eco.kafkamanager</groupId> <artifactId>kafka-manager-parent</artifactId> <version>0.1.0</version> </parent>
compile
|-- com.epam.eco.kafkamanager:kafka-manager-core
|-- com.epam.eco.kafkamanager:kafka-manager-udmetrics
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-thymeleaf
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.apache.commons:commons-lang3
|-- org.apache.commons:commons-collections4
|-- org.apache.commons:commons-csv
|-- io.dropwizard.metrics:metrics-graphite
|-- org.hawkular.metrics:hawkular-dropwizard-reporter
|-- io.prometheus:simpleclient_spring_boot
|-- io.prometheus:simpleclient_hotspot
|-- io.prometheus:simpleclient_dropwizard
test
|-- junit:junit