MVN

ru.sberdevices.smartapp.sdk.binderhelper : api

Maven & Gradle

May 20, 2021
1 usages
15 stars

api · binderhelper is utility library used to connect to servce

<dependency>
    <groupId>ru.sberdevices.smartapp.sdk.binderhelper</groupId>
    <artifactId>api</artifactId>
    <version>0.1-alpha-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.sberdevices.smartapp.sdk.binderhelper : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1-alpha-2
  • Latest Alpha: 0.1-alpha-2

All Versions

Choose a version of ru.sberdevices.smartapp.sdk.binderhelper : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
api-0.1-alpha-2
api-0.1-alpha

How to add a dependency to Maven

Add the following ru.sberdevices.smartapp.sdk.binderhelper : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.sberdevices.smartapp.sdk.binderhelper</groupId>
    <artifactId>api</artifactId>
    <version>0.1-alpha-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.sberdevices.smartapp.sdk.binderhelper : api gradle dependency to your build.gradle file:

implementation 'ru.sberdevices.smartapp.sdk.binderhelper:api:0.1-alpha-2'

Gradle Kotlin DSL: Add the following ru.sberdevices.smartapp.sdk.binderhelper : api gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.sberdevices.smartapp.sdk.binderhelper:api:0.1-alpha-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.sberdevices.smartapp.sdk.binderhelper : api sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.sberdevices.smartapp.sdk.binderhelper" % "api" % "0.1-alpha-2"