| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNeo4J Данные Базы данных |
| Группа | Группаcom.graphaware.neo4j.example |
| Идентификатор | Идентификаторnode-streaming |
| Последняя версия | Последняя версия3.5.14.58 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGraphAware Node Streaming Example
Example of a Spring MVC streaming controller built and deployed using the GraphAware Framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.graphaware.neo4j : tests | jar | 3.5.14.58 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |