<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-runtime</artifactId>
<version>0.2.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='odata-client-runtime', version='0.2.2')
)
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>odata-client-parent</artifactId> <version>0.2.2</version> </parent>
compile
|-- com.github.davidmoten:guava-mini:0.1.7
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8
|-- commons-codec:commons-codec:1.17.1
|-- org.apache.httpcomponents:httpclient
|-- org.glassfish.jaxb:jaxb-runtime:3.0.2
|-- org.glassfish.jaxb:jaxb-core:3.0.2
test
|-- junit:junit