| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаcom.graphaware.neo4j |
| Идентификатор | Идентификаторchangefeed |
| Версия | Версия2.2.0.28.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| changefeed-2.2.0.28.7.pom | |
| changefeed-2.2.0.28.7.jar | 26 KB |
| changefeed-2.2.0.28.7-sources.jar | 21 KB |
| changefeed-2.2.0.28.7-javadoc.jar | 159 KB |
| changefeed-2.2.0.28.7-jar-with-dependencies.jar | 114 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/changefeed/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>changefeed</artifactId>
<version>2.2.0.28.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/changefeed/
implementation 'com.graphaware.neo4j:changefeed:2.2.0.28.7'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/changefeed/
implementation ("com.graphaware.neo4j:changefeed:2.2.0.28.7")
'com.graphaware.neo4j:changefeed:jar:2.2.0.28.7'
<dependency org="com.graphaware.neo4j" name="changefeed" rev="2.2.0.28.7">
<artifact name="changefeed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='changefeed', version='2.2.0.28.7')
)
libraryDependencies += "com.graphaware.neo4j" % "changefeed" % "2.2.0.28.7"
[com.graphaware.neo4j/changefeed "2.2.0.28.7"]