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