MVN

com.manywho.sdk : sdk-example

Maven & Gradle

May 01, 2020
0 stars
<dependency>
    <groupId>com.manywho.sdk</groupId>
    <artifactId>sdk-example</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manywho.sdk : sdk-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Beta: 2.0.0-beta-13

All Versions

Choose a version of com.manywho.sdk : sdk-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sdk-example-2.0.1
sdk-example-2.0.0
sdk-example-2.0.0-beta-13
sdk-example-2.0.0-beta-12
sdk-example-2.0.0-beta-11
sdk-example-2.0.0-beta-10
sdk-example-2.0.0-beta-09
sdk-example-2.0.0-beta-08
sdk-example-2.0.0-beta-07
sdk-example-2.0.0-beta-06
sdk-example-2.0.0-SNAPSHOT-66
sdk-example-2.0.0-beta-05
sdk-example-2.0.0-beta-04
sdk-example-2.0.0-beta-03
sdk-example-2.0.0-beta-02
sdk-example-2.0.0-beta-01
sdk-example-2.0.0-SNAPSHOT-7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manywho.sdk</groupId>
    <artifactId>sdk-example</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manywho.sdk : sdk-example gradle dependency to your build.gradle file:

implementation 'com.manywho.sdk:sdk-example:2.0.1'

Gradle Kotlin DSL: Add the following com.manywho.sdk : sdk-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manywho.sdk:sdk-example:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manywho.sdk : sdk-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manywho.sdk" % "sdk-example" % "2.0.1"