MVN

in.coinn : coinn_delivery_sdk

Maven & Gradle

Feb 03, 2016

CoinnDeliverySDK · SDK to enable delivery boys accept payments via coinn on delivery

<dependency>
    <groupId>in.coinn</groupId>
    <artifactId>coinn_delivery_sdk</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.coinn : coinn_delivery_sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of in.coinn : coinn_delivery_sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
coinn_delivery_sdk-0.1.6
coinn_delivery_sdk-0.1.5
coinn_delivery_sdk-0.1.4
coinn_delivery_sdk-0.1.3
coinn_delivery_sdk-0.1.1

How to add a dependency to Maven

Add the following in.coinn : coinn_delivery_sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.coinn</groupId>
    <artifactId>coinn_delivery_sdk</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.coinn : coinn_delivery_sdk gradle dependency to your build.gradle file:

implementation 'in.coinn:coinn_delivery_sdk:0.1.6'

Gradle Kotlin DSL: Add the following in.coinn : coinn_delivery_sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("in.coinn:coinn_delivery_sdk:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.coinn : coinn_delivery_sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "in.coinn" % "coinn_delivery_sdk" % "0.1.6"

Advertisement