microsoft-graph-spring-social-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>microsoft-graph-spring-social-starter</artifactId>
<version>0.1.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>azure-spring-boot-starter-parent</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.1.7</version>
<relativePath>../../common/azure-spring-boot-starter-parent/pom.xml</relativePath>
</parent>
<artifactId>microsoft-graph-spring-social-starter</artifactId>
<packaging>jar</packaging>
<name>Microsoft Graph Spring Social Starter</name>
<description>A provider extension for Spring Social to enable connectivity with Microsoft Graph and an API binding
for Microsoft Graph API
</description>
<url>https://github.com/Microsoft/azure-spring-boot-starters</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/Microsoft/azure-spring-boot-starters/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ZhijunZhao</id>
<name>Zhijun Zhao</name>
<email>zhijzhao@microsoft.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Microsoft/azure-spring-boot-starters.git</connection>
<developerConnection>scm:git:ssh://github.com:Microsoft/azure-spring-boot-starters.git</developerConnection>
<url>https://github.com/Microsoft/azure-spring-boot-starters/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>microsoft-graph-spring-boot-autoconfigure</artifactId>
</dependency>
</dependencies>
</project>