| Categories |
CategoriesNeo4J Data Databases |
|---|---|
| GroupId | GroupIdcom.lordofthejars |
| ArtifactId | ArtifactIdnosqlunit-neo4j |
| Version | Version0.7.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nosqlunit-neo4j-0.7.6.pom | |
| nosqlunit-neo4j-0.7.6.jar | 61 KB |
| nosqlunit-neo4j-0.7.6-sources.jar | 27 KB |
| nosqlunit-neo4j-0.7.6-javadoc.jar | 184 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-neo4j/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-neo4j</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-neo4j/
implementation 'com.lordofthejars:nosqlunit-neo4j:0.7.6'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-neo4j/
implementation ("com.lordofthejars:nosqlunit-neo4j:0.7.6")
'com.lordofthejars:nosqlunit-neo4j:jar:0.7.6'
<dependency org="com.lordofthejars" name="nosqlunit-neo4j" rev="0.7.6">
<artifact name="nosqlunit-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-neo4j', version='0.7.6')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-neo4j" % "0.7.6"
[com.lordofthejars/nosqlunit-neo4j "0.7.6"]