Last Version

Neo4j Websockets Client/Server Framework - Client Library 0.9.0

This framework allows to connect clients with embedded Neo4j servers through websockets. Furthermore it offers high availability and load balancing to the clients when using Neo4j in a cluster.

License

License

Categories

Categories

Neo4J Data Databases CLI User Interface
GroupId

GroupId

de.oliverwetterau.neo4j
ArtifactId

ArtifactId

websockets-client
Version

Version

0.9.0
Type

Type

jar
Description

Description

Neo4j Websockets Client/Server Framework - Client Library
This framework allows to connect clients with embedded Neo4j servers through websockets. Furthermore it offers high availability and load balancing to the clients when using Neo4j in a cluster.
Project URL

Project URL

https://github.com/owetterau/neo4j-websockets
Source Code Management

Source Code Management

https://github.com/owetterau/neo4j-websockets.git

Download websockets-client 0.9.0


<!-- https://jarcasting.com/artifacts/de.oliverwetterau.neo4j/websockets-client/ -->
<dependency>
    <groupId>de.oliverwetterau.neo4j</groupId>
    <artifactId>websockets-client</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.oliverwetterau.neo4j/websockets-client/
implementation 'de.oliverwetterau.neo4j:websockets-client:0.9.0'
// https://jarcasting.com/artifacts/de.oliverwetterau.neo4j/websockets-client/
implementation ("de.oliverwetterau.neo4j:websockets-client:0.9.0")
'de.oliverwetterau.neo4j:websockets-client:jar:0.9.0'
<dependency org="de.oliverwetterau.neo4j" name="websockets-client" rev="0.9.0">
  <artifact name="websockets-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.oliverwetterau.neo4j', module='websockets-client', version='0.9.0')
)
libraryDependencies += "de.oliverwetterau.neo4j" % "websockets-client" % "0.9.0"
[de.oliverwetterau.neo4j/websockets-client "0.9.0"]

Dependencies

compile (2)

Group / Artifact Type Version
de.oliverwetterau.neo4j : websockets-core jar 0.9.0
org.springframework : spring-websocket jar 4.1.7.RELEASE

Project Modules

There are no modules declared in this project.