oauth2-authorization-proxy-server-spring-boot-provider-facebook
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.szgabsz91</groupId> <artifactId>oauth2-authorization-proxy-server-spring-boot-provider-facebook</artifactId> <version>1.0.1</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.github.szgabsz91</groupId> <artifactId>oauth2-authorization-proxy-server-spring-boot-provider-facebook</artifactId> <version>1.0.1</version> <name>oauth2-authorization-proxy-server-spring-boot-provider-facebook</name> <description>OAuth2 Authorization Proxy Server Spring Boot Provider Facebook</description> <url>https://github.com/szgabsz91/oauth2-authorization-proxy-server-spring-boot</url> <inceptionYear>2018</inceptionYear> <organization> <name>szgabsz91</name> </organization> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>szgabsz91</id> <name>Gabor Szabo</name> <email>szgabsz91@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:szgabsz91/oauth2-authorization-proxy-server-spring-boot.git</connection> <developerConnection>scm:git:git@github.com:szgabsz91/oauth2-authorization-proxy-server-spring-boot.git</developerConnection> <url>https://github.com/szgabsz91/oauth2-authorization-proxy-server-spring-boot</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/szgabsz91/oauth2-authorization-proxy-server-spring-boot/issues</url> </issueManagement> <ciManagement> <system>CircleCI</system> <url>https://travis-ci.org/szgabsz91/oauth2-authorization-proxy-server-spring-boot</url> </ciManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.szgabsz91</groupId> <artifactId>oauth2-authorization-proxy-server-spring-boot-provider-api</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.30</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.facebook4j</groupId> <artifactId>facebook4j-core</artifactId> <version>2.4.13</version> <scope>runtime</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.1.5</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>