<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-microsoft-analytics</artifactId>
<version>0.2.2</version>
<type>bundle</type>
</dependency>
libraryDependencies += "com.github.davidmoten" % "odata-client-microsoft-analytics" % "0.2.2"
@Grapes(
@Grab(group='com.github.davidmoten', module='odata-client-microsoft-analytics', version='0.2.2')
)
<dependency org="com.github.davidmoten" name="odata-client-microsoft-analytics" rev="0.2.2" />
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>odata-client-parent</artifactId> <version>0.2.2</version> </parent>
compile
|-- com.github.davidmoten:odata-client-microsoft-client-builder
|-- org.apache.httpcomponents:httpclient
test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- junit:junit