o

odata-client-msgraph-beta

Java client for use with Microsoft Graph beta endpoint
Files download
File Operation
odata-client-msgraph-beta-0.1.35.jar download
odata-client-msgraph-beta-0.1.35.pom download
odata-client-msgraph-beta-0.1.35-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>odata-client-msgraph-beta</artifactId>
  <version>0.1.35</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:odata-client-msgraph-beta:0.1.35'
Gradle Kotlin
implementation("com.github.davidmoten:odata-client-msgraph-beta:0.1.35")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "odata-client-msgraph-beta" % "0.1.35"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='odata-client-msgraph-beta', version='0.1.35')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="odata-client-msgraph-beta" rev="0.1.35" />
Leiningen
[com.github.davidmoten/odata-client-msgraph-beta "0.1.35"]
Apache Buildr
'com.github.davidmoten:odata-client-msgraph-beta:jar:0.1.35'