Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.graphaware.neo4j.example |
ArtifactId | ArtifactIdnode-streaming |
Version | Version3.5.0.53-beta02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/ -->
<dependency>
<groupId>com.graphaware.neo4j.example</groupId>
<artifactId>node-streaming</artifactId>
<version>3.5.0.53-beta02</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/
implementation 'com.graphaware.neo4j.example:node-streaming:3.5.0.53-beta02'
// https://jarcasting.com/artifacts/com.graphaware.neo4j.example/node-streaming/
implementation ("com.graphaware.neo4j.example:node-streaming:3.5.0.53-beta02")
'com.graphaware.neo4j.example:node-streaming:jar:3.5.0.53-beta02'
<dependency org="com.graphaware.neo4j.example" name="node-streaming" rev="3.5.0.53-beta02">
<artifact name="node-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j.example', module='node-streaming', version='3.5.0.53-beta02')
)
libraryDependencies += "com.graphaware.neo4j.example" % "node-streaming" % "3.5.0.53-beta02"
[com.graphaware.neo4j.example/node-streaming "3.5.0.53-beta02"]