is not current version
Last Version 5.28.0

com.microsoft.graph:microsoft-graph 2.0.0

Microsoft Graph SDK

GroupId

GroupId

com.microsoft.graph
ArtifactId

ArtifactId

microsoft-graph
Version

Version

2.0.0
Type

Type

pom

Download microsoft-graph 2.0.0


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