| Categories |
CategoriesNeo4J Data Databases |
|---|---|
| GroupId | GroupIdcom.graphaware.neo4j |
| ArtifactId | ArtifactIdwriter |
| Version | Version2.2.0.29 |
| Type | Typejar |
| Filename | Size |
|---|---|
| writer-2.2.0.29.pom | |
| writer-2.2.0.29.jar | 13 KB |
| writer-2.2.0.29-sources.jar | 9 KB |
| writer-2.2.0.29-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/writer/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>writer</artifactId>
<version>2.2.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/writer/
implementation 'com.graphaware.neo4j:writer:2.2.0.29'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/writer/
implementation ("com.graphaware.neo4j:writer:2.2.0.29")
'com.graphaware.neo4j:writer:jar:2.2.0.29'
<dependency org="com.graphaware.neo4j" name="writer" rev="2.2.0.29">
<artifact name="writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='writer', version='2.2.0.29')
)
libraryDependencies += "com.graphaware.neo4j" % "writer" % "2.2.0.29"
[com.graphaware.neo4j/writer "2.2.0.29"]