MVN

com.github.switcherapi : switcher-client

Maven & Gradle

Apr 18, 2023
1 stars

Switcher Client · Switcher Client SDK for working with Switcher API

<dependency>
    <groupId>com.github.switcherapi</groupId>
    <artifactId>switcher-client</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.switcherapi : switcher-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.switcherapi : switcher-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • switcher-client-2.0.1

    Apr 18, 2023
  • switcher-client-2.0.0

    Apr 18, 2023
  • switcher-client-1.4.0

    Mar 08, 2023
  • switcher-client-1.3.9

    Feb 20, 2023
  • switcher-client-1.3.8

    Jan 02, 2023
  • switcher-client-1.3.7

    Sep 15, 2022
  • switcher-client-1.3.6

    Aug 23, 2022
  • switcher-client-1.3.5

    Jul 01, 2022
  • switcher-client-1.3.4

    Feb 17, 2022
  • switcher-client-1.3.3

    Dec 18, 2021
  • switcher-client-1.3.2

    Dec 15, 2021
  • switcher-client-1.3.1

    Dec 10, 2021
  • switcher-client-1.3.0

    Dec 03, 2021
  • switcher-client-1.2.1

    Apr 28, 2021
  • switcher-client-1.2.0

    Apr 18, 2021
  • switcher-client-1.1.0

    Jan 21, 2021
  • switcher-client-1.0.10

    Jan 20, 2021
  • switcher-client-1.0.10-SNAOSHOT

    Jan 20, 2021
  • switcher-client-1.0.9

    Dec 13, 2020
  • switcher-client-1.0.8

    Sep 13, 2020
  • switcher-client-1.0.7

    Aug 23, 2020
  • switcher-client-1.0.6

    Aug 03, 2020

How to add a dependency to Maven

Add the following com.github.switcherapi : switcher-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.switcherapi</groupId>
    <artifactId>switcher-client</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.switcherapi : switcher-client gradle dependency to your build.gradle file:

implementation 'com.github.switcherapi:switcher-client:2.0.1'

Gradle Kotlin DSL: Add the following com.github.switcherapi : switcher-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.switcherapi:switcher-client:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.switcherapi : switcher-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.switcherapi" % "switcher-client" % "2.0.1"