MVN

com.sinch.android.sdk.verification : logging

Maven & Gradle

Jun 21, 2023
3 usages
0 stars

Logging · Package containing logging logic used by Sinch for development purposes

<dependency>
    <groupId>com.sinch.android.sdk.verification</groupId>
    <artifactId>logging</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sinch.android.sdk.verification : logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.sinch.android.sdk.verification : logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
logging-2.6.0
2.5.x
logging-2.5.0
2.4.x
logging-2.4.0
2.2.x
logging-2.2.0
2.1.x
logging-2.1.14
logging-2.1.13
logging-2.1.12
logging-2.1.11
logging-2.1.9
logging-2.1.8
logging-2.1.7
logging-2.1.6
logging-2.1.5
logging-2.1.4
logging-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sinch.android.sdk.verification</groupId>
    <artifactId>logging</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sinch.android.sdk.verification : logging gradle dependency to your build.gradle file:

implementation 'com.sinch.android.sdk.verification:logging:2.6.0'

Gradle Kotlin DSL: Add the following com.sinch.android.sdk.verification : logging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sinch.android.sdk.verification:logging:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sinch.android.sdk.verification : logging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sinch.android.sdk.verification" % "logging" % "2.6.0"

Advertisement