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.1.58.jar 下载
odata-client-microsoft-client-builder-0.1.58.pom 下载
odata-client-microsoft-client-builder-0.1.58-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>odata-client-microsoft-client-builder</artifactId>
  <version>0.1.58</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:odata-client-microsoft-client-builder:0.1.58'
Gradle Kotlin
implementation("com.github.davidmoten:odata-client-microsoft-client-builder:0.1.58")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "odata-client-microsoft-client-builder" % "0.1.58"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='odata-client-microsoft-client-builder', version='0.1.58')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="odata-client-microsoft-client-builder" rev="0.1.58" />
Leiningen
[com.github.davidmoten/odata-client-microsoft-client-builder "0.1.58"]
Apache Buildr
'com.github.davidmoten:odata-client-microsoft-client-builder:jar:0.1.58'