License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases Unity Business Logic Libraries Game Development |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcommunity-integration-tests |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNeo4j - Community Integration Tests
Neo4j community edition integration tests modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
community-integration-tests-4.4.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>4.4.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation 'org.neo4j:community-integration-tests:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation ("org.neo4j:community-integration-tests:4.4.8")
'org.neo4j:community-integration-tests:pom:4.4.8'
<dependency org="org.neo4j" name="community-integration-tests" rev="4.4.8">
<artifact name="community-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='community-integration-tests', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "community-integration-tests" % "4.4.8"
[org.neo4j/community-integration-tests "4.4.8"]