MVN

com.akvelon : cdap-salesforce-plugins

Maven & Gradle

Jan 10, 2023
0 stars

Salesforce plugins · Salesforce Plugins

<dependency>
    <groupId>com.akvelon</groupId>
    <artifactId>cdap-salesforce-plugins</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.akvelon : cdap-salesforce-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.akvelon : cdap-salesforce-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
cdap-salesforce-plugins-1.5.2
cdap-salesforce-plugins-1.5.1
cdap-salesforce-plugins-1.5.0
1.4.x
cdap-salesforce-plugins-1.4.4

How to add a dependency to Maven

Add the following com.akvelon : cdap-salesforce-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.akvelon</groupId>
    <artifactId>cdap-salesforce-plugins</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.akvelon : cdap-salesforce-plugins gradle dependency to your build.gradle file:

implementation 'com.akvelon:cdap-salesforce-plugins:1.5.1'

Gradle Kotlin DSL: Add the following com.akvelon : cdap-salesforce-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("com.akvelon:cdap-salesforce-plugins:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.akvelon : cdap-salesforce-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "com.akvelon" % "cdap-salesforce-plugins" % "1.5.1"