c

client

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