GroupId | GroupIdcom.microsoft.graph |
---|---|
ArtifactId | ArtifactIdmicrosoft-graph |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
microsoft-graph-1.0.2.pom | |
microsoft-graph-1.0.2.jar | 2 KB |
microsoft-graph-1.0.2-sources.jar | 9 MB |
microsoft-graph-1.0.2-javadoc.jar | 35 MB |
Browse |
<!-- 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"]