o

odata-client-msgraph-beta

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