MVN

com.kuflow.rest.client : kuflow-rest-client

Maven & Gradle

Oct 13, 2022
1 usages
0 stars

KuFlow REST Client · KuFlow REST Client

<dependency>
    <groupId>com.kuflow.rest.client</groupId>
    <artifactId>kuflow-rest-client</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kuflow.rest.client : kuflow-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of com.kuflow.rest.client : kuflow-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
kuflow-rest-client-1.4.2
kuflow-rest-client-1.4.1
kuflow-rest-client-1.4.0
1.3.x
kuflow-rest-client-1.3.2
kuflow-rest-client-1.3.1
kuflow-rest-client-1.3.0
1.2.x
kuflow-rest-client-1.2.1
kuflow-rest-client-1.2.0
1.1.x
kuflow-rest-client-1.1.0
1.0.x
kuflow-rest-client-1.0.1
kuflow-rest-client-1.0.0
0.9.x
kuflow-rest-client-0.9.0
0.8.x
kuflow-rest-client-0.8.0
0.7.x
kuflow-rest-client-0.7.0
0.6.x
kuflow-rest-client-0.6.0

How to add a dependency to Maven

Add the following com.kuflow.rest.client : kuflow-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kuflow.rest.client</groupId>
    <artifactId>kuflow-rest-client</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kuflow.rest.client : kuflow-rest-client gradle dependency to your build.gradle file:

implementation 'com.kuflow.rest.client:kuflow-rest-client:1.4.2'

Gradle Kotlin DSL: Add the following com.kuflow.rest.client : kuflow-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kuflow.rest.client:kuflow-rest-client:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kuflow.rest.client : kuflow-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kuflow.rest.client" % "kuflow-rest-client" % "1.4.2"

Advertisement