| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdio.flowthings | 
| ArtifactId | ArtifactIdflowthings-client-core | 
| Last Version | Last Version0.9.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFlowthings.io Java Client Core Library A client library for flowthings.io realtime event processing | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/io.flowthings/flowthings-client-core/ -->
<dependency>
    <groupId>io.flowthings</groupId>
    <artifactId>flowthings-client-core</artifactId>
    <version>0.9.3.2</version>
</dependency>// https://jarcasting.com/artifacts/io.flowthings/flowthings-client-core/
implementation 'io.flowthings:flowthings-client-core:0.9.3.2'// https://jarcasting.com/artifacts/io.flowthings/flowthings-client-core/
implementation ("io.flowthings:flowthings-client-core:0.9.3.2")'io.flowthings:flowthings-client-core:jar:0.9.3.2'<dependency org="io.flowthings" name="flowthings-client-core" rev="0.9.3.2">
  <artifact name="flowthings-client-core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.flowthings', module='flowthings-client-core', version='0.9.3.2')
)libraryDependencies += "io.flowthings" % "flowthings-client-core" % "0.9.3.2"[io.flowthings/flowthings-client-core "0.9.3.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.gson : gson | jar | [2.3,) | 
| org.eclipse.jetty.websocket : websocket-client | jar | 9.2.11.v20150529 | 
| com.google.guava : guava | jar | [15.0,) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |