Files download
File Operation
microsoft-graph-1.1.7.jar download
microsoft-graph-1.1.7.pom download
microsoft-graph-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.NakulSabharwal</groupId>
  <artifactId>microsoft-graph</artifactId>
  <version>1.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.NakulSabharwal:microsoft-graph:1.1.7'
Gradle Kotlin
implementation("io.github.NakulSabharwal:microsoft-graph:1.1.7")
Scala SBT
libraryDependencies += "io.github.NakulSabharwal" % "microsoft-graph" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.NakulSabharwal', module='microsoft-graph', version='1.1.7')
)
Apache Ivy
<dependency org="io.github.NakulSabharwal" name="microsoft-graph" rev="1.1.7" />
Leiningen
[io.github.NakulSabharwal/microsoft-graph "1.1.7"]
Apache Buildr
'io.github.NakulSabharwal:microsoft-graph:jar:1.1.7'