Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-enterprise-kernel |
Version | Version3.3.0-alpha07 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-kernel/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-enterprise-kernel</artifactId>
<version>3.3.0-alpha07</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-kernel/
implementation 'org.neo4j:neo4j-enterprise-kernel:3.3.0-alpha07'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-kernel/
implementation ("org.neo4j:neo4j-enterprise-kernel:3.3.0-alpha07")
'org.neo4j:neo4j-enterprise-kernel:jar:3.3.0-alpha07'
<dependency org="org.neo4j" name="neo4j-enterprise-kernel" rev="3.3.0-alpha07">
<artifact name="neo4j-enterprise-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-enterprise-kernel', version='3.3.0-alpha07')
)
libraryDependencies += "org.neo4j" % "neo4j-enterprise-kernel" % "3.3.0-alpha07"
[org.neo4j/neo4j-enterprise-kernel "3.3.0-alpha07"]