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