s

switcher-client

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