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