<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-artifact-repository-filesystem</artifactId>
<version>0.6.1</version>
</dependency>
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-artifact-repository-filesystem" % "0.6.1"
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-artifact-repository-filesystem', version='0.6.1')
)
<dependency org="org.eclipse.hawkbit" name="hawkbit-artifact-repository-filesystem" rev="0.6.1" />
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-parent</artifactId> <version>0.6.1</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-core
|-- org.springframework:spring-core
|-- org.springframework.boot:spring-boot-autoconfigure
test