Skip to content

sachin-handiekar/spring-social-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-social-live Build Status Maven Central

A provider extension for Spring Social to enable connectivity with Microsoft Live (OneDrive, Outlook and Identity) and API binding for Microsoft Live REST API.

  • Maven Integration

If you're using Maven in your project, then you can integrate jInstagram by adding the following dependency in your pom.xml

<dependency>
   <groupId>com.sachinhandiekar</groupId>
   <artifactId>spring-social-live</artifactId>
   <version>1.0.4</version>
</dependency>

If you prefer using the latest snapshot build, include the following lines to your pom.xml.

    <repositories>
        <repository>
            <id>oss.snapshots</id>
            <name>OSS Sonatype Snapshot Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.sachinhandiekar</groupId>
            <artifactId>spring-social-live</artifactId>
             <version>1.0.5-SNAPSHOT</version>
        </dependency>
    </dependencies>

Please see the wiki link for a list of projects using Spring-Social-Live.

Please check the license file.