MVN

org.opensocial.explorer : opensocial-explorer-webcontent

Maven & Gradle

Nov 01, 2013
3 usages

OpenSocial Explorer Web Content · Contains the client-side (web) content for the OpenSocial Explorer. This is a separate module to allow downstream projects to customize the OSE without having to copy or rewrite the client-side code.

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

Latest Version

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

  • Latest Stable: 0.0.2

All Versions

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

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

How to add a dependency to Maven

Add the following org.opensocial.explorer : opensocial-explorer-webcontent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensocial.explorer : opensocial-explorer-webcontent gradle dependency to your build.gradle file:

implementation 'org.opensocial.explorer:opensocial-explorer-webcontent:0.0.2'

Gradle Kotlin DSL: Add the following org.opensocial.explorer : opensocial-explorer-webcontent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensocial.explorer:opensocial-explorer-webcontent:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensocial.explorer : opensocial-explorer-webcontent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensocial.explorer" % "opensocial-explorer-webcontent" % "0.0.2"