MVN

it.sisal.bill : consumer-sdk

Maven & Gradle

Apr 08, 2019

Bill Consumer Android SDK · Bill Consumer Android SDK

<dependency>
    <groupId>it.sisal.bill</groupId>
    <artifactId>consumer-sdk</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sisal.bill : consumer-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of it.sisal.bill : consumer-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
consumer-sdk-1.0.6
consumer-sdk-1.0.5
consumer-sdk-1.0.3
consumer-sdk-1.0.2
consumer-sdk-1.0.1
consumer-sdk-1.0.0
0.1.x
consumer-sdk-0.1.0

How to add a dependency to Maven

Add the following it.sisal.bill : consumer-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sisal.bill</groupId>
    <artifactId>consumer-sdk</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sisal.bill : consumer-sdk gradle dependency to your build.gradle file:

implementation 'it.sisal.bill:consumer-sdk:1.0.6'

Gradle Kotlin DSL: Add the following it.sisal.bill : consumer-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sisal.bill:consumer-sdk:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sisal.bill : consumer-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sisal.bill" % "consumer-sdk" % "1.0.6"

Advertisement