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