MVN

com.github.nawforce : runforce

Maven & Gradle

Aug 09, 2022
2 usages
1 stars

runforce · Salesforce platform type stubs

<dependency>
    <groupId>com.github.nawforce</groupId>
    <artifactId>runforce</artifactId>
    <version>55.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nawforce : runforce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 55.6.0

All Versions

Choose a version of com.github.nawforce : runforce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
55.6.x
runforce-55.6.0
55.5.x
runforce-55.5.0
55.4.x
runforce-55.4.0
55.3.x
runforce-55.3.0
55.2.x
runforce-55.2.0
55.1.x
runforce-55.1.0
55.0.x
runforce-55.0.0
53.1.x
runforce-53.1.2
runforce-53.1.1
runforce-53.1.0
53.0.x
runforce-53.0.1
runforce-53.0.0
51.0.x
runforce-51.0.2
runforce-51.0.1
runforce-51.0.0

How to add a dependency to Maven

Add the following com.github.nawforce : runforce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nawforce</groupId>
    <artifactId>runforce</artifactId>
    <version>55.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nawforce : runforce gradle dependency to your build.gradle file:

implementation 'com.github.nawforce:runforce:55.6.0'

Gradle Kotlin DSL: Add the following com.github.nawforce : runforce gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nawforce:runforce:55.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nawforce : runforce sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nawforce" % "runforce" % "55.6.0"

Advertisement