MVN

com.bytes-pot : daraja-api

Maven & Gradle

Feb 14, 2020

Daraja API Library · This library helps java developers to integrate to MPESA APIs easily and fast.

<dependency>
    <groupId>com.bytes-pot</groupId>
    <artifactId>daraja-api</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bytes-pot : daraja-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.bytes-pot : daraja-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
daraja-api-1.6-b
1.5
daraja-api-1.5-b
1.4
daraja-api-1.4-b
1.3
daraja-api-1.3-b
1.2
daraja-api-1.2-b
1.1
daraja-api-1.1-b
1.0.x
daraja-api-1.0.1
1.0
daraja-api-1.0
daraja-api-1.0-b

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bytes-pot</groupId>
    <artifactId>daraja-api</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bytes-pot : daraja-api gradle dependency to your build.gradle file:

implementation 'com.bytes-pot:daraja-api:1.0.1'

Gradle Kotlin DSL: Add the following com.bytes-pot : daraja-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bytes-pot:daraja-api:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bytes-pot : daraja-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bytes-pot" % "daraja-api" % "1.0.1"

Advertisement