License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdtest-utils |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Test utilities
A set of utilities used by tests.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-utils-4.4.8.pom | |
test-utils-4.4.8.jar | 127 KB |
test-utils-4.4.8-tests.jar | 53 KB |
test-utils-4.4.8-sources.jar | 88 KB |
test-utils-4.4.8-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/test-utils/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>test-utils</artifactId>
<version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/test-utils/
implementation 'org.neo4j:test-utils:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/test-utils/
implementation ("org.neo4j:test-utils:4.4.8")
'org.neo4j:test-utils:jar:4.4.8'
<dependency org="org.neo4j" name="test-utils" rev="4.4.8">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='test-utils', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "test-utils" % "4.4.8"
[org.neo4j/test-utils "4.4.8"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-common | jar | 4.4.8 |
org.neo4j : neo4j-graphdb-api | jar | 4.4.8 |
org.ow2.asm : asm | jar | 9.2 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.18.1 |
org.mockito : mockito-core | jar | 3.12.4 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
org.hamcrest : hamcrest | jar | 2.2 |
org.awaitility : awaitility | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-testkit | jar | 1.6.2 |
junit : junit | jar | 4.13.2 |