MVN

cloud.prefab : client

Maven & Gradle

Aug 09, 2023
2 stars

Prefab.cloud API Client · API Client for https://prefab.cloud: rate limits, feature flags and semaphores as a service

<dependency>
    <groupId>cloud.prefab</groupId>
    <artifactId>client</artifactId>
    <version>0.3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.prefab : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.13

All Versions

Choose a version of cloud.prefab : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
client-0.3.13
client-0.3.13-pre3
client-0.3.13-pre2
client-0.3.13-pre1
client-0.3.12
client-0.3.11
client-0.3.10
client-0.3.9
client-0.3.8
client-0.3.7
client-0.3.6
client-0.3.5
client-0.3.4
client-0.3.3
client-0.3.2
client-0.3.1
client-0.3.0
client-0.3.8pre6
client-0.3.8pre5
client-0.3.8pre4
client-0.3.8pre3
client-0.3.8pre2
client-0.3.8pre1
client-0.3.7pre2
client-0.3.7pre1
client-0.3.4pre3
client-0.3.4pre2
client-0.3.4pre1

How to add a dependency to Maven

Add the following cloud.prefab : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.prefab</groupId>
    <artifactId>client</artifactId>
    <version>0.3.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.prefab : client gradle dependency to your build.gradle file:

implementation 'cloud.prefab:client:0.3.13'

Gradle Kotlin DSL: Add the following cloud.prefab : client gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.prefab:client:0.3.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.prefab : client sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.prefab" % "client" % "0.3.13"

Advertisement