w

writer-api

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