MVN

com.yandex.android : syrinx-sdk

Maven & Gradle

Dec 09, 2015

Syrinx Mobile SDK for Android · Yandex.Syrinx is a library for mobile apps that allows exchanging information by using audio signals.

<dependency>
    <groupId>com.yandex.android</groupId>
    <artifactId>syrinx-sdk</artifactId>
    <version>1.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yandex.android : syrinx-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.00

All Versions

Choose a version of com.yandex.android : syrinx-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.00
syrinx-sdk-1.00

How to add a dependency to Maven

Add the following com.yandex.android : syrinx-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yandex.android</groupId>
    <artifactId>syrinx-sdk</artifactId>
    <version>1.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yandex.android : syrinx-sdk gradle dependency to your build.gradle file:

implementation 'com.yandex.android:syrinx-sdk:1.00'

Gradle Kotlin DSL: Add the following com.yandex.android : syrinx-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yandex.android:syrinx-sdk:1.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yandex.android : syrinx-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yandex.android" % "syrinx-sdk" % "1.00"

Advertisement