o

org.wso2.carbon.registry.social.impl

Social API Implementation
Files download
File Operation
org.wso2.carbon.registry.social.impl-4.8.33.jar download
org.wso2.carbon.registry.social.impl-4.8.33.pom download
org.wso2.carbon.registry.social.impl-4.8.33-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.registry</groupId>
  <artifactId>org.wso2.carbon.registry.social.impl</artifactId>
  <version>4.8.33</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.registry:org.wso2.carbon.registry.social.impl:4.8.33'
Gradle Kotlin
implementation("org.wso2.carbon.registry:org.wso2.carbon.registry.social.impl:4.8.33")
Scala SBT
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.social.impl" % "4.8.33"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.social.impl', version='4.8.33')
)
Apache Ivy
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.social.impl" rev="4.8.33" />
Leiningen
[org.wso2.carbon.registry/org.wso2.carbon.registry.social.impl "4.8.33"]
Apache Buildr
'org.wso2.carbon.registry:org.wso2.carbon.registry.social.impl:jar:4.8.33'