<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-repository-core</artifactId>
<version>0.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-repository-core', version='0.2.0')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-repository</artifactId> <version>0.2.0</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.apache.commons:commons-lang3
|-- com.github.ben-manes.caffeine:caffeine
|-- org.springframework:spring-context-support
|-- io.protostuff:protostuff-core
|-- io.protostuff:protostuff-runtime
test