c

client

API Client for https://prefab.cloud: rate limits, feature flags and semaphores as a service
Files download
File Operation
client-0.3.17.jar download
client-0.3.17.pom download
client-0.3.17-sources.jar download
Apache Maven
<dependency>
  <groupId>cloud.prefab</groupId>
  <artifactId>client</artifactId>
  <version>0.3.17</version>
</dependency>
Gradle Groovy
implementation 'cloud.prefab:client:0.3.17'
Gradle Kotlin
implementation("cloud.prefab:client:0.3.17")
Scala SBT
libraryDependencies += "cloud.prefab" % "client" % "0.3.17"
Groovy Grape
@Grapes(
  @Grab(group='cloud.prefab', module='client', version='0.3.17')
)
Apache Ivy
<dependency org="cloud.prefab" name="client" rev="0.3.17" />
Leiningen
[cloud.prefab/client "0.3.17"]
Apache Buildr
'cloud.prefab:client:jar:0.3.17'