w

writer-api

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