w

writer-api

GraphAware Database Writer API
http://graphaware.com
Files download
File Operation
writer-api-3.5.10.54.jar download
writer-api-3.5.10.54.pom download
writer-api-3.5.10.54-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>writer-api</artifactId>
  <version>3.5.10.54</version>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:writer-api:3.5.10.54'
Gradle Kotlin
implementation("com.graphaware.neo4j:writer-api:3.5.10.54")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "writer-api" % "3.5.10.54"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='writer-api', version='3.5.10.54')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="writer-api" rev="3.5.10.54" />
Leiningen
[com.graphaware.neo4j/writer-api "3.5.10.54"]
Apache Buildr
'com.graphaware.neo4j:writer-api:jar:3.5.10.54'