Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.github.jasoma |
ArtifactId | ArtifactIdneo4j-memorydb |
Version | Version3.0.4 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-memorydb-3.0.4.pom | |
neo4j-memorydb-3.0.4.jar | 53 KB |
neo4j-memorydb-3.0.4-sources.jar | 28 KB |
neo4j-memorydb-3.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasoma/neo4j-memorydb/
implementation 'com.github.jasoma:neo4j-memorydb:3.0.4'
// https://jarcasting.com/artifacts/com.github.jasoma/neo4j-memorydb/
implementation ("com.github.jasoma:neo4j-memorydb:3.0.4")
'com.github.jasoma:neo4j-memorydb:jar:3.0.4'
<dependency org="com.github.jasoma" name="neo4j-memorydb" rev="3.0.4">
<artifact name="neo4j-memorydb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasoma', module='neo4j-memorydb', version='3.0.4')
)
libraryDependencies += "com.github.jasoma" % "neo4j-memorydb" % "3.0.4"
[com.github.jasoma/neo4j-memorydb "3.0.4"]