Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-common |
Version | Version3.5.0-rc01 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-common-3.5.0-rc01.pom | |
neo4j-common-3.5.0-rc01.jar | 127 KB |
neo4j-common-3.5.0-rc01-tests.jar | 105 KB |
neo4j-common-3.5.0-rc01-sources.jar | 100 KB |
neo4j-common-3.5.0-rc01-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-common/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-common</artifactId>
<version>3.5.0-rc01</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-common/
implementation 'org.neo4j:neo4j-common:3.5.0-rc01'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-common/
implementation ("org.neo4j:neo4j-common:3.5.0-rc01")
'org.neo4j:neo4j-common:jar:3.5.0-rc01'
<dependency org="org.neo4j" name="neo4j-common" rev="3.5.0-rc01">
<artifact name="neo4j-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-common', version='3.5.0-rc01')
)
libraryDependencies += "org.neo4j" % "neo4j-common" % "3.5.0-rc01"
[org.neo4j/neo4j-common "3.5.0-rc01"]