o

odata-client-microsoft-client-builder

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