is not current version
Last Version 5.28.0

com.microsoft.graph:microsoft-graph 1.0.2

Microsoft Graph SDK

GroupId

GroupId

com.microsoft.graph
ArtifactId

ArtifactId

microsoft-graph
Version

Version

1.0.2
Type

Type

pom

Download microsoft-graph 1.0.2


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