Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.github.jasoma |
ArtifactId | ArtifactIdneo4j-memorydb |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-memorydb-3.0.6.pom | |
neo4j-memorydb-3.0.6.jar | 53 KB |
neo4j-memorydb-3.0.6-sources.jar | 28 KB |
neo4j-memorydb-3.0.6-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasoma/neo4j-memorydb/ -->
<dependency>
<groupId>com.github.jasoma</groupId>
<artifactId>neo4j-memorydb</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasoma/neo4j-memorydb/
implementation 'com.github.jasoma:neo4j-memorydb:3.0.6'
// https://jarcasting.com/artifacts/com.github.jasoma/neo4j-memorydb/
implementation ("com.github.jasoma:neo4j-memorydb:3.0.6")
'com.github.jasoma:neo4j-memorydb:jar:3.0.6'
<dependency org="com.github.jasoma" name="neo4j-memorydb" rev="3.0.6">
<artifact name="neo4j-memorydb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasoma', module='neo4j-memorydb', version='3.0.6')
)
libraryDependencies += "com.github.jasoma" % "neo4j-memorydb" % "3.0.6"
[com.github.jasoma/neo4j-memorydb "3.0.6"]