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