is not current version
Last Version 5.28.0

com.microsoft.graph:microsoft-graph 1.9.0

Microsoft Graph SDK

GroupId

GroupId

com.microsoft.graph
ArtifactId

ArtifactId

microsoft-graph
Version

Version

1.9.0
Type

Type

pom

Download microsoft-graph 1.9.0


<!-- https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/ -->
<dependency>
    <groupId>com.microsoft.graph</groupId>
    <artifactId>microsoft-graph</artifactId>
    <version>1.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/
implementation 'com.microsoft.graph:microsoft-graph:1.9.0'
// https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/
implementation ("com.microsoft.graph:microsoft-graph:1.9.0")
'com.microsoft.graph:microsoft-graph:pom:1.9.0'
<dependency org="com.microsoft.graph" name="microsoft-graph" rev="1.9.0">
  <artifact name="microsoft-graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.graph', module='microsoft-graph', version='1.9.0')
)
libraryDependencies += "com.microsoft.graph" % "microsoft-graph" % "1.9.0"
[com.microsoft.graph/microsoft-graph "1.9.0"]