MVN

cloud.pace : sdk

Maven & Gradle

Aug 09, 2023
6 stars

PACE Cloud SDK Android · 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.

<dependency>
    <groupId>cloud.pace</groupId>
    <artifactId>sdk</artifactId>
    <version>20.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.pace : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.1.0

All Versions

Choose a version of cloud.pace : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.1.x
sdk-20.1.0
20.0.x
sdk-20.0.0
19.1.x
sdk-19.1.0
19.0.x
sdk-19.0.0
18.1.x
sdk-18.1.0
18.0.x
sdk-18.0.0
17.1.x
sdk-17.1.2
sdk-17.1.1
sdk-17.1.0
17.0.x
sdk-17.0.1
sdk-17.0.0
16.0.x
sdk-16.0.3
sdk-16.0.2
sdk-16.0.1
sdk-16.0.0
15.0.x
sdk-15.0.2
sdk-15.0.1
sdk-15.0.0
14.0.x
sdk-14.0.0
13.3.x
sdk-13.3.3
sdk-13.3.2
sdk-13.3.1
sdk-13.3.0
13.2.x
sdk-13.2.0
13.1.x
sdk-13.1.1
sdk-13.1.0
13.0.x
sdk-13.0.0
12.2.x
sdk-12.2.0
12.1.x
sdk-12.1.0
12.0.x
sdk-12.0.1
sdk-12.0.0
11.1.x
sdk-11.1.0
11.0.x
sdk-11.0.1
sdk-11.0.0
10.2.x
sdk-10.2.2
sdk-10.2.1
sdk-10.2.0
10.1.x
sdk-10.1.1
sdk-10.1.0
10.0.x
sdk-10.0.0
9.3.x
sdk-9.3.1
sdk-9.3.0
9.2.x
sdk-9.2.1
sdk-9.2.0
9.1.x
sdk-9.1.0
9.0.x
sdk-9.0.0
8.2.x
sdk-8.2.0
8.1.x
sdk-8.1.0
8.0.x
sdk-8.0.1
sdk-8.0.0
7.6.x
sdk-7.6.0
7.5.x
sdk-7.5.2
sdk-7.5.1
sdk-7.5.0
7.4.x
sdk-7.4.0
7.3.x
sdk-7.3.1
sdk-7.3.0
7.2.x
sdk-7.2.1
sdk-7.2.0
7.1.x
sdk-7.1.0
7.0.x
sdk-7.0.0
6.0.x
sdk-6.0.0
5.2.x
sdk-5.2.0
5.1.x
sdk-5.1.1

How to add a dependency to Maven

Add the following cloud.pace : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.pace</groupId>
    <artifactId>sdk</artifactId>
    <version>20.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.pace : sdk gradle dependency to your build.gradle file:

implementation 'cloud.pace:sdk:20.1.0'

Gradle Kotlin DSL: Add the following cloud.pace : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.pace:sdk:20.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.pace : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.pace" % "sdk" % "20.1.0"

Advertisement