MVN

io.flowthings : flowthings-client-core

Maven & Gradle

Sep 19, 2017
0 stars

Flowthings.io Java Client Core Library · A client library for flowthings.io realtime event processing

<dependency>
    <groupId>io.flowthings</groupId>
    <artifactId>flowthings-client-core</artifactId>
    <version>0.9.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.flowthings : flowthings-client-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3.2

All Versions

Choose a version of io.flowthings : flowthings-client-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
flowthings-client-core-0.9.3.2
flowthings-client-core-0.9.3.1
flowthings-client-core-0.9.3.0
flowthings-client-core-0.9.2.7
flowthings-client-core-0.9.2.6
flowthings-client-core-0.9.2.5
flowthings-client-core-0.9.2.4
flowthings-client-core-0.9.2.3
flowthings-client-core-0.9.2.2
flowthings-client-core-0.9.2
flowthings-client-core-0.9.1.2
flowthings-client-core-0.9.1.1
flowthings-client-core-0.9.1
flowthings-client-core-0.9.0

How to add a dependency to Maven

Add the following io.flowthings : flowthings-client-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.flowthings</groupId>
    <artifactId>flowthings-client-core</artifactId>
    <version>0.9.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.flowthings : flowthings-client-core gradle dependency to your build.gradle file:

implementation 'io.flowthings:flowthings-client-core:0.9.3.2'

Gradle Kotlin DSL: Add the following io.flowthings : flowthings-client-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.flowthings:flowthings-client-core:0.9.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.flowthings : flowthings-client-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.flowthings" % "flowthings-client-core" % "0.9.3.2"

Advertisement