<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph-core</artifactId>
<version>1.0.8</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.graph', module='microsoft-graph-core', version='1.0.8')
)