MVN

com.frejo : force-rest-api

Maven & Gradle

Sep 24, 2022
132 stars

force-rest-api · Lightweight library for building Force.com apps with OAuth authentication and data access through the Force.com REST API.

<dependency>
    <groupId>com.frejo</groupId>
    <artifactId>force-rest-api</artifactId>
    <version>0.0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.frejo : force-rest-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.45

All Versions

Choose a version of com.frejo : force-rest-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
force-rest-api-0.0.45
force-rest-api-0.0.44
force-rest-api-0.0.43
force-rest-api-0.0.42
force-rest-api-0.0.41
force-rest-api-0.0.40
force-rest-api-0.0.39
force-rest-api-0.0.38
force-rest-api-0.0.37
force-rest-api-0.0.36
force-rest-api-0.0.35
force-rest-api-0.0.34
force-rest-api-0.0.33
force-rest-api-0.0.32
force-rest-api-0.0.31
force-rest-api-0.0.30
force-rest-api-0.0.29
force-rest-api-0.0.28
force-rest-api-0.0.27
force-rest-api-0.0.26
force-rest-api-0.0.25
force-rest-api-0.0.24

How to add a dependency to Maven

Add the following com.frejo : force-rest-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.frejo</groupId>
    <artifactId>force-rest-api</artifactId>
    <version>0.0.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.frejo : force-rest-api gradle dependency to your build.gradle file:

implementation 'com.frejo:force-rest-api:0.0.45'

Gradle Kotlin DSL: Add the following com.frejo : force-rest-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.frejo:force-rest-api:0.0.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.frejo : force-rest-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.frejo" % "force-rest-api" % "0.0.45"

Advertisement