MVN

org.craftercms : crafter-profile-social-medial-integration

Maven & Gradle

Mar 05, 2015
1 usages
8 stars

Crafter Profile Social Media Integration · Crafter Profile Social Media Integration

<dependency>
    <groupId>org.craftercms</groupId>
    <artifactId>crafter-profile-social-medial-integration</artifactId>
    <version>v2.5.0-Beta8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.craftercms : crafter-profile-social-medial-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v2.5.0-Beta8
  • Latest Release Candidate: 2.5.0-RC3
  • Latest Beta: v2.5.0-Beta8

All Versions

Choose a version of org.craftercms : crafter-profile-social-medial-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.5.x
crafter-profile-social-medial-integration-v2.5.0-Beta8
crafter-profile-social-medial-integration-v2.5.0-Beta7
crafter-profile-social-medial-integration-v2.5.0-Beta6
crafter-profile-social-medial-integration-v2.5.0-Beta5
crafter-profile-social-medial-integration-v2.5.0-Beta4
2.5.x
crafter-profile-social-medial-integration-2.5.0-Beta1
crafter-profile-social-medial-integration-2.5.0-RC3

How to add a dependency to Maven

Add the following org.craftercms : crafter-profile-social-medial-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.craftercms</groupId>
    <artifactId>crafter-profile-social-medial-integration</artifactId>
    <version>v2.5.0-Beta8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.craftercms : crafter-profile-social-medial-integration gradle dependency to your build.gradle file:

implementation 'org.craftercms:crafter-profile-social-medial-integration:v2.5.0-Beta8'

Gradle Kotlin DSL: Add the following org.craftercms : crafter-profile-social-medial-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.craftercms:crafter-profile-social-medial-integration:v2.5.0-Beta8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.craftercms : crafter-profile-social-medial-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.craftercms" % "crafter-profile-social-medial-integration" % "v2.5.0-Beta8"

Advertisement