License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdcom.graphaware.neo4j.example |
ArtifactId | ArtifactIdnode-streaming |
Last Version | Last Version3.5.14.58 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraphAware Node Streaming Example
Example of a Spring MVC streaming controller built and deployed using the GraphAware Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
node-streaming-3.5.14.58.pom | |
node-streaming-3.5.14.58.jar | 6 KB |
node-streaming-3.5.14.58-sources.jar | 2 KB |
node-streaming-3.5.14.58-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/ -->
<dependency>
<groupId>com.graphaware.neo4j.example</groupId>
<artifactId>node-streaming</artifactId>
<version>3.5.14.58</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/
implementation 'com.graphaware.neo4j.example:node-streaming:3.5.14.58'
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/
implementation ("com.graphaware.neo4j.example:node-streaming:3.5.14.58")
'com.graphaware.neo4j.example:node-streaming:jar:3.5.14.58'
<dependency org="com.graphaware.neo4j.example" name="node-streaming" rev="3.5.14.58">
<artifact name="node-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j.example', module='node-streaming', version='3.5.14.58')
)
libraryDependencies += "com.graphaware.neo4j.example" % "node-streaming" % "3.5.14.58"
[com.graphaware.neo4j.example/node-streaming "3.5.14.58"]
Group / Artifact | Type | Version |
---|---|---|
com.graphaware.neo4j : api | jar | 3.5.14.58 |
org.springframework : spring-webmvc | jar | 4.3.13.RELEASE |
com.graphaware.neo4j : server | jar | 3.5.14.58 |
com.graphaware.neo4j : common | jar | 3.5.14.58 |
org.neo4j : neo4j | jar | 3.5.14 |
Group / Artifact | Type | Version |
---|---|---|
com.graphaware.neo4j : tests | jar | 3.5.14.58 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |