is not current version
Last Version 15.0.0

cloud.pace:sdk 11.0.1

PACE Cloud SDK is a client SDK that allows your app to easily connect to PACE's Connected Fueling. The SDK consists of the IDKit to manage the OpenID (OID) authorization and general session flow with its token handling. It also consists of the AppKit, with which you can fetch and display location based apps, apps by URL or ID. Furthermore it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations), request routes and search for locations.

GroupId

GroupId

cloud.pace
ArtifactId

ArtifactId

sdk
Version

Version

11.0.1
Type

Type

aar

Download sdk 11.0.1


<!-- https://jarcasting.com/artifacts/cloud.pace/sdk/ -->
<dependency>
    <groupId>cloud.pace</groupId>
    <artifactId>sdk</artifactId>
    <version>11.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.pace/sdk/
implementation 'cloud.pace:sdk:11.0.1'
// https://jarcasting.com/artifacts/cloud.pace/sdk/
implementation ("cloud.pace:sdk:11.0.1")
'cloud.pace:sdk:aar:11.0.1'
<dependency org="cloud.pace" name="sdk" rev="11.0.1">
  <artifact name="sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='cloud.pace', module='sdk', version='11.0.1')
)
libraryDependencies += "cloud.pace" % "sdk" % "11.0.1"
[cloud.pace/sdk "11.0.1"]