microsoft-graph
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.graph</groupId> <artifactId>microsoft-graph</artifactId> <version>5.25.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.graph</groupId> <artifactId>microsoft-graph</artifactId> <version>5.25.0</version> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.microsoft.graph</groupId> <artifactId>microsoft-graph-core</artifactId> <version>2.0.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.3</version> <scope>runtime</scope> </dependency> </dependencies> <description>Microsoft Graph SDK</description> <name>Microsoft Graph Java SDK</name> <url>https://github.com/microsoftgraph/msgraph-sdk-java</url> <organization> <name>Microsoft</name> <url>https://github.com/microsoftgraph/msgraph-sdk-java</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/microsoftgraph/msgraph-sdk-java/issues</url> </issueManagement> <licenses> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/microsoftgraph/msgraph-sdk-java</url> <connection>scm:git:git://github.com/microsoftgraph/msgraph-sdk-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:microsoftgraph/msgraph-sdk-java.git</developerConnection> </scm> <developers> <developer> <name>Microsoft</name> </developer> </developers> </project>