<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-ddi-resource</artifactId>
<version>0.6.1</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-ddi-resource', version='0.6.1')
)
<parent> <groupId>org.eclipse.hawkbit</groupId> <artifactId>hawkbit-rest-parent</artifactId> <version>0.6.1</version> </parent>
compile
|-- org.eclipse.hawkbit:hawkbit-ddi-api
|-- org.eclipse.hawkbit:hawkbit-rest-core
|-- org.eclipse.hawkbit:hawkbit-repository-api
|-- org.springframework.plugin:spring-plugin-core
provided
|-- jakarta.servlet:jakarta.servlet-api
test
|-- org.eclipse.hawkbit:hawkbit-repository-test
|-- org.eclipse.hawkbit:hawkbit-repository-jpa
|-- org.eclipse.hawkbit:hawkbit-rest-core
|-- org.springframework.security:spring-security-config
|-- org.eclipse.hawkbit:hawkbit-http-security
|-- org.springframework.boot:spring-boot-starter-json
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.security:spring-security-aspects