o

odata-client-msgraph-client-builder

Builds client for Microsoft Graph 1.0 and Beta, includes MsGraph authentication support
Files download
File Operation
odata-client-msgraph-client-builder-0.1.31.jar download
odata-client-msgraph-client-builder-0.1.31.pom download
odata-client-msgraph-client-builder-0.1.31-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>odata-client-msgraph-client-builder</artifactId>
  <version>0.1.31</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:odata-client-msgraph-client-builder:0.1.31'
Gradle Kotlin
implementation("com.github.davidmoten:odata-client-msgraph-client-builder:0.1.31")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "odata-client-msgraph-client-builder" % "0.1.31"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='odata-client-msgraph-client-builder', version='0.1.31')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="odata-client-msgraph-client-builder" rev="0.1.31" />
Leiningen
[com.github.davidmoten/odata-client-msgraph-client-builder "0.1.31"]
Apache Buildr
'com.github.davidmoten:odata-client-msgraph-client-builder:jar:0.1.31'