MVN

org.opensingular : singular-flow-rest-client

Maven & Gradle

Jun 05, 2019

[singular :: flow :: rest-client]

<dependency>
    <groupId>org.opensingular</groupId>
    <artifactId>singular-flow-rest-client</artifactId>
    <version>1.6.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensingular : singular-flow-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9.10
  • Latest Release Candidate: 1.6.9-RC3

All Versions

Choose a version of org.opensingular : singular-flow-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
singular-flow-rest-client-1.6.9.10
singular-flow-rest-client-1.6.9.9
singular-flow-rest-client-1.6.9.8
singular-flow-rest-client-1.6.9.7
singular-flow-rest-client-1.6.9.6
singular-flow-rest-client-1.6.9.5
singular-flow-rest-client-1.6.9.4
singular-flow-rest-client-1.6.9.3
singular-flow-rest-client-1.6.9.2
singular-flow-rest-client-1.6.9.1
singular-flow-rest-client-1.6.9
singular-flow-rest-client-1.6.9-RC3
singular-flow-rest-client-1.6.9-RC2
singular-flow-rest-client-1.6.9-RC1
singular-flow-rest-client-1.6.8
singular-flow-rest-client-1.6.7
singular-flow-rest-client-1.6.6
singular-flow-rest-client-1.6.5
singular-flow-rest-client-1.6.4
singular-flow-rest-client-1.6.3
singular-flow-rest-client-1.6.2
singular-flow-rest-client-1.6.1
singular-flow-rest-client-1.6.0
1.5.x
singular-flow-rest-client-1.5.15
singular-flow-rest-client-1.5.11
singular-flow-rest-client-1.5.8
singular-flow-rest-client-1.5.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opensingular</groupId>
    <artifactId>singular-flow-rest-client</artifactId>
    <version>1.6.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensingular : singular-flow-rest-client gradle dependency to your build.gradle file:

implementation 'org.opensingular:singular-flow-rest-client:1.6.9.10'

Gradle Kotlin DSL: Add the following org.opensingular : singular-flow-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensingular:singular-flow-rest-client:1.6.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensingular : singular-flow-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensingular" % "singular-flow-rest-client" % "1.6.9.10"