s

switcher-client

Switcher Client SDK for working with Switcher API
https://github.com/switcherapi/switcher-client
MIT License
Roger Floriano
Files download
File Operation
switcher-client-1.3.6.jar download
switcher-client-1.3.6.pom download
switcher-client-1.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.switcherapi</groupId>
  <artifactId>switcher-client</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.switcherapi:switcher-client:1.3.6'
Gradle Kotlin
implementation("com.github.switcherapi:switcher-client:1.3.6")
Scala SBT
libraryDependencies += "com.github.switcherapi" % "switcher-client" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.switcherapi', module='switcher-client', version='1.3.6')
)
Apache Ivy
<dependency org="com.github.switcherapi" name="switcher-client" rev="1.3.6" />
Leiningen
[com.github.switcherapi/switcher-client "1.3.6"]
Apache Buildr
'com.github.switcherapi:switcher-client:jar:1.3.6'