GroupId | GroupIdcom.microsoft.graph |
---|---|
ArtifactId | ArtifactIdmicrosoft-graph |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
microsoft-graph-1.5.0.pom | |
microsoft-graph-1.5.0.jar | 2 KB |
microsoft-graph-1.5.0-sources.jar | 6 MB |
microsoft-graph-1.5.0-javadoc.jar | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/ -->
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/
implementation 'com.microsoft.graph:microsoft-graph:1.5.0'
// https://jarcasting.com/artifacts/com.microsoft.graph/microsoft-graph/
implementation ("com.microsoft.graph:microsoft-graph:1.5.0")
'com.microsoft.graph:microsoft-graph:pom:1.5.0'
<dependency org="com.microsoft.graph" name="microsoft-graph" rev="1.5.0">
<artifact name="microsoft-graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.graph', module='microsoft-graph', version='1.5.0')
)
libraryDependencies += "com.microsoft.graph" % "microsoft-graph" % "1.5.0"
[com.microsoft.graph/microsoft-graph "1.5.0"]