is not current version
Last Version 0.0.44

com.frejo:force-rest-api 0.0.42

Lightweight library for building Force.com apps with OAuth authentication and data access through the Force.com REST API.

GroupId

GroupId

com.frejo
ArtifactId

ArtifactId

force-rest-api
Version

Version

0.0.42
Type

Type

jar

Download force-rest-api 0.0.42


<!-- https://jarcasting.com/artifacts/com.frejo/force-rest-api/ -->
<dependency>
    <groupId>com.frejo</groupId>
    <artifactId>force-rest-api</artifactId>
    <version>0.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/com.frejo/force-rest-api/
implementation 'com.frejo:force-rest-api:0.0.42'
// https://jarcasting.com/artifacts/com.frejo/force-rest-api/
implementation ("com.frejo:force-rest-api:0.0.42")
'com.frejo:force-rest-api:jar:0.0.42'
<dependency org="com.frejo" name="force-rest-api" rev="0.0.42">
  <artifact name="force-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frejo', module='force-rest-api', version='0.0.42')
)
libraryDependencies += "com.frejo" % "force-rest-api" % "0.0.42"
[com.frejo/force-rest-api "0.0.42"]