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