| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdorg.assertj |
| ArtifactId | ArtifactIdassertj-neo4j |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAssertJ fluent assertions for Neo4j
Parent POM for all AssertJ modules
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationAssertJ |
| Filename | Size |
|---|---|
| assertj-neo4j-2.0.1.pom | |
| assertj-neo4j-2.0.1.jar | 19 KB |
| assertj-neo4j-2.0.1-sources.jar | 20 KB |
| assertj-neo4j-2.0.1-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.assertj/assertj-neo4j/ -->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-neo4j</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.assertj/assertj-neo4j/
implementation 'org.assertj:assertj-neo4j:2.0.1'
// https://jarcasting.com/artifacts/org.assertj/assertj-neo4j/
implementation ("org.assertj:assertj-neo4j:2.0.1")
'org.assertj:assertj-neo4j:jar:2.0.1'
<dependency org="org.assertj" name="assertj-neo4j" rev="2.0.1">
<artifact name="assertj-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.assertj', module='assertj-neo4j', version='2.0.1')
)
libraryDependencies += "org.assertj" % "assertj-neo4j" % "2.0.1"
[org.assertj/assertj-neo4j "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.8.0 |
| org.neo4j : neo4j | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.22 |