MVN

com.adobe.cq.social : cq-social-commons

Maven & Gradle

Nov 03, 2020
15 usages

Social Communities Commons - Bundle · Bundle implementing the common functionality for SocialCollab Comments

<dependency>
    <groupId>com.adobe.cq.social</groupId>
    <artifactId>cq-social-commons</artifactId>
    <version>1.3.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.cq.social : cq-social-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.18

All Versions

Choose a version of com.adobe.cq.social : cq-social-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
cq-social-commons-1.8.1
1.7.x
cq-social-commons-1.7.87
1.5.x
cq-social-commons-1.5.103
1.4.x
cq-social-commons-1.4.172
cq-social-commons-1.4.168
cq-social-commons-1.4.161
cq-social-commons-1.4.145
1.3.x
cq-social-commons-1.3.18
1.2.x
cq-social-commons-1.2.32
cq-social-commons-1.2.27
cq-social-commons-1.2.24
cq-social-commons-1.2.19
cq-social-commons-1.2.8
1.1.x
cq-social-commons-1.1.23
cq-social-commons-1.1.16
1.0.x
cq-social-commons-1.0.0
0.1.x
cq-social-commons-0.1.35
cq-social-commons-0.1.24
cq-social-commons-0.1.7
cq-social-commons-0.1.6
cq-social-commons-0.1.5
cq-social-commons-0.1.4
cq-social-commons-0.1.3
cq-social-commons-0.1.2
cq-social-commons-0.1.1
cq-social-commons-0.1.0
0.0.x
cq-social-commons-0.0.30
cq-social-commons-0.0.29
cq-social-commons-0.0.28
cq-social-commons-0.0.26
cq-social-commons-0.0.25
cq-social-commons-0.0.24
cq-social-commons-0.0.23
cq-social-commons-0.0.22
cq-social-commons-0.0.21
cq-social-commons-0.0.20
cq-social-commons-0.0.19
cq-social-commons-0.0.18
cq-social-commons-0.0.17
cq-social-commons-0.0.16
cq-social-commons-0.0.15
cq-social-commons-0.0.14
cq-social-commons-0.0.8

How to add a dependency to Maven

Add the following com.adobe.cq.social : cq-social-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.cq.social</groupId>
    <artifactId>cq-social-commons</artifactId>
    <version>1.3.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.cq.social : cq-social-commons gradle dependency to your build.gradle file:

implementation 'com.adobe.cq.social:cq-social-commons:1.3.18'

Gradle Kotlin DSL: Add the following com.adobe.cq.social : cq-social-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.cq.social:cq-social-commons:1.3.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.cq.social : cq-social-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.cq.social" % "cq-social-commons" % "1.3.18"

Advertisement