is not current version
Last Version 2.0.13

com.microsoft.graph:microsoft-graph-core 1.0.0

Microsoft Graph Core SDK

GroupId

GroupId

com.microsoft.graph
ArtifactId

ArtifactId

microsoft-graph-core
Version

Version

1.0.0
Type

Type

pom

Download microsoft-graph-core 1.0.0


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