<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-client-core</artifactId>
<version>4.9.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='odata-client-core', version='4.9.0')
)
<parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> <version>4.9.0</version> </parent>
compile
|-- org.apache.olingo:odata-client-api
|-- org.apache.olingo:odata-commons-core
|-- commons-codec:commons-codec
|-- org.apache.commons:commons-lang3
|-- org.apache.httpcomponents:httpclient
|-- 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
test
|-- junit:junit
|-- xmlunit:xmlunit