Files
hawkbit/hawkbit-ddi-dl-api/README.md

17 lines
452 B
Markdown
Raw Normal View History

# Eclipse.IoT hawkBit - DDI Artifact Download API - Resources
This module is part of the Direct Device Integration (DDI) API and is used by devices/targets for downloading artifacts through HTTP.
# Version 1
The model follows [semantic versioning](http://semver.org) with MAJOR version, i.e. breaking changes will result in a new MAJOR version.
# Compile
#### Build hawkbit-ddi-dl-api
```
$ cd hawkbit/hawkbit-ddi-dl-api
$ mvn clean install
```