| Categories |
CategoriesNeo4J Data Databases Unity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdcommunity-integration-tests |
| Version | Version3.5.34 |
| Type | Typepom |
| Filename | Size |
|---|---|
| community-integration-tests-3.5.34.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>3.5.34</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation 'org.neo4j:community-integration-tests:3.5.34'
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation ("org.neo4j:community-integration-tests:3.5.34")
'org.neo4j:community-integration-tests:pom:3.5.34'
<dependency org="org.neo4j" name="community-integration-tests" rev="3.5.34">
<artifact name="community-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='community-integration-tests', version='3.5.34')
)
libraryDependencies += "org.neo4j" % "community-integration-tests" % "3.5.34"
[org.neo4j/community-integration-tests "3.5.34"]