MVN

org.opensocial.explorer : opensocial-explorer

Maven & Gradle

Nov 01, 2013
33 stars

OpenSocial Explorer · The OpenSocial Explorer is a tool to help developers learn how to build OpenSocial gadgets. The goal of the OpenSocial Explorer is to demonstrate how to use all the features and APIs that are part of the OpenSocial specification. Besides the samples, the OpenSocial Explorer has an editor which allows developers to tweak the gadget to learn more about the specific features and APIs the sample is demonstrating. After modifying the sample the OpenSocial Explorer allows developers to re-render the gadget to see how the changes effect the sample.

<dependency>
    <groupId>org.opensocial.explorer</groupId>
    <artifactId>opensocial-explorer</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensocial.explorer : opensocial-explorer to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of org.opensocial.explorer : opensocial-explorer to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
opensocial-explorer-0.0.2
opensocial-explorer-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.opensocial.explorer</groupId>
    <artifactId>opensocial-explorer</artifactId>
    <version>0.0.2</version>
</dependency>