spring-social-google-docs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.peertopark.spring.social</groupId> <artifactId>spring-social-google-docs</artifactId> <version>2.0.0.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.peertopark.spring.social</groupId> <artifactId>spring-social-google-docs</artifactId> <version>2.0.0.RELEASE</version> <name>Google API for Spring Social - Docs</name> <description>Google API for Spring Social - Docs</description> <url>https://github.com/GabiAxel/spring-social-google</url> <organization> <name>SpringSource</name> <url>http://springsource.org/spring-social</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>GabiAxel</id> <name>Gabriel Axel</name> <email>guznik@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/GabiAxel/spring-social-google</connection> <developerConnection>scm:git:git://github.com/GabiAxel/spring-social-google</developerConnection> <url>https://github.com/GabiAxel/spring-social-google</url> </scm> </project>