<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-client-core</artifactId>
<version>4.3.0-beta</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='odata-client-core', version='4.3.0-beta')
)
<parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> <version>4.3.0-beta</version> </parent>
compile
|-- org.apache.olingo:odata-client-api
|-- org.apache.olingo:odata-commons-core
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml
|-- junit:junit
|-- xmlunit:xmlunit