MVN

com.paysera.lib : kotlin-lib-blacklist-sdk

Maven & Gradle

May 24, 2023
0 stars

Kotlin Library Blacklist SDK · Paysera: Kotlin Blacklist SDK Library

<dependency>
    <groupId>com.paysera.lib</groupId>
    <artifactId>kotlin-lib-blacklist-sdk</artifactId>
    <version>1.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paysera.lib : kotlin-lib-blacklist-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.9

All Versions

Choose a version of com.paysera.lib : kotlin-lib-blacklist-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
kotlin-lib-blacklist-sdk-1.9.9
kotlin-lib-blacklist-sdk-1.9.8
kotlin-lib-blacklist-sdk-1.9.7
kotlin-lib-blacklist-sdk-1.9.6
kotlin-lib-blacklist-sdk-1.9.5
kotlin-lib-blacklist-sdk-1.9.4
kotlin-lib-blacklist-sdk-1.9.3
kotlin-lib-blacklist-sdk-1.9.2
kotlin-lib-blacklist-sdk-1.9.1

How to add a dependency to Maven

Add the following com.paysera.lib : kotlin-lib-blacklist-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paysera.lib</groupId>
    <artifactId>kotlin-lib-blacklist-sdk</artifactId>
    <version>1.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paysera.lib : kotlin-lib-blacklist-sdk gradle dependency to your build.gradle file:

implementation 'com.paysera.lib:kotlin-lib-blacklist-sdk:1.9.9'

Gradle Kotlin DSL: Add the following com.paysera.lib : kotlin-lib-blacklist-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paysera.lib:kotlin-lib-blacklist-sdk:1.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paysera.lib : kotlin-lib-blacklist-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paysera.lib" % "kotlin-lib-blacklist-sdk" % "1.9.9"

Advertisement