MVN

com.github.davidmoten : odata-client-msgraph-client-builder

Maven & Gradle

Sep 03, 2020
4 usages
29 stars

Builds client for Microsoft Graph 1.0 and Beta, includes MsGraph authentication support

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>odata-client-msgraph-client-builder</artifactId>
    <version>0.1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten : odata-client-msgraph-client-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.35

All Versions

Choose a version of com.github.davidmoten : odata-client-msgraph-client-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
odata-client-msgraph-client-builder-0.1.35
odata-client-msgraph-client-builder-0.1.34
odata-client-msgraph-client-builder-0.1.32
odata-client-msgraph-client-builder-0.1.31
odata-client-msgraph-client-builder-0.1.30
odata-client-msgraph-client-builder-0.1.29
odata-client-msgraph-client-builder-0.1.28
odata-client-msgraph-client-builder-0.1.27
odata-client-msgraph-client-builder-0.1.26
odata-client-msgraph-client-builder-0.1.25
odata-client-msgraph-client-builder-0.1.24
odata-client-msgraph-client-builder-0.1.23
odata-client-msgraph-client-builder-0.1.22
odata-client-msgraph-client-builder-0.1.21
odata-client-msgraph-client-builder-0.1.20
odata-client-msgraph-client-builder-0.1.19
odata-client-msgraph-client-builder-0.1.18
odata-client-msgraph-client-builder-0.1.17
odata-client-msgraph-client-builder-0.1.16
odata-client-msgraph-client-builder-0.1.15
odata-client-msgraph-client-builder-0.1.14
odata-client-msgraph-client-builder-0.1.13
odata-client-msgraph-client-builder-0.1.12
odata-client-msgraph-client-builder-0.1.9
odata-client-msgraph-client-builder-0.1.6
odata-client-msgraph-client-builder-0.1.5
odata-client-msgraph-client-builder-0.1.4

How to add a dependency to Maven

Add the following com.github.davidmoten : odata-client-msgraph-client-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>odata-client-msgraph-client-builder</artifactId>
    <version>0.1.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten : odata-client-msgraph-client-builder gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten:odata-client-msgraph-client-builder:0.1.35'

Gradle Kotlin DSL: Add the following com.github.davidmoten : odata-client-msgraph-client-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten:odata-client-msgraph-client-builder:0.1.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten : odata-client-msgraph-client-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten" % "odata-client-msgraph-client-builder" % "0.1.35"

Advertisement