MVN

org.trustedanalytics : cf-client

Maven & Gradle

Aug 24, 2016
1 usages
68.1k stars
<dependency>
    <groupId>org.trustedanalytics</groupId>
    <artifactId>cf-client</artifactId>
    <version>0.4.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trustedanalytics : cf-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.42

All Versions

Choose a version of org.trustedanalytics : cf-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
cf-client-0.4.42
cf-client-0.4.41
cf-client-0.4.40
cf-client-0.4.39
cf-client-0.4.38
cf-client-0.4.37
cf-client-0.4.36
cf-client-0.4.35
cf-client-0.4.34
cf-client-0.4.33
cf-client-0.4.32
cf-client-0.4.31
cf-client-0.4.30
cf-client-0.4.29
cf-client-0.4.28
cf-client-0.4.27
cf-client-0.4.26
cf-client-0.4.25
cf-client-0.4.24
cf-client-0.4.23
cf-client-0.4.19
cf-client-0.4.18
cf-client-0.4.16
cf-client-0.4.15
cf-client-0.4.14
cf-client-0.4.13
cf-client-0.4.12
cf-client-0.4.11
cf-client-0.4.10
cf-client-0.4.9
cf-client-0.4.8
cf-client-0.4.7
cf-client-0.4.6
cf-client-0.4.5
cf-client-0.4.3

How to add a dependency to Maven

Add the following org.trustedanalytics : cf-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.trustedanalytics</groupId>
    <artifactId>cf-client</artifactId>
    <version>0.4.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trustedanalytics : cf-client gradle dependency to your build.gradle file:

implementation 'org.trustedanalytics:cf-client:0.4.42'

Gradle Kotlin DSL: Add the following org.trustedanalytics : cf-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.trustedanalytics:cf-client:0.4.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trustedanalytics : cf-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trustedanalytics" % "cf-client" % "0.4.42"