<dependency>
<groupId>org.eclipse.edc</groupId>
<artifactId>http-spi</artifactId>
<version>0.0.1-milestone-8</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.edc', module='http-spi', version='0.0.1-milestone-8')
)
compile
|-- org.eclipse.edc:core-spi:0.0.1-milestone-8
|-- com.squareup.okhttp3:okhttp:4.10.0
|-- dev.failsafe:failsafe-okhttp:3.2.4
|-- org.jetbrains:annotations:15.0
|-- com.fasterxml.jackson.core:jackson-core:2.14.0-rc2
|-- com.fasterxml.jackson.core:jackson-annotations:2.14.0-rc2
|-- com.fasterxml.jackson.core:jackson-databind:2.14.0-rc2
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.0-rc2