c

client

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