License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdenterprise-build |
Last Version | Last Version3.5.0-beta03 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Enterprise Build
Project that builds the Neo4j Enterprise distribution.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enterprise-build-3.5.0-beta03.pom | 2 KB |
enterprise-build-3.5.0-beta03-tests.jar | 2 KB |
enterprise-build-3.5.0-beta03-docs.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/enterprise-build/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>enterprise-build</artifactId>
<version>3.5.0-beta03</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/enterprise-build/
implementation 'org.neo4j.build:enterprise-build:3.5.0-beta03'
// https://jarcasting.com/artifacts/org.neo4j.build/enterprise-build/
implementation ("org.neo4j.build:enterprise-build:3.5.0-beta03")
'org.neo4j.build:enterprise-build:jar:3.5.0-beta03'
<dependency org="org.neo4j.build" name="enterprise-build" rev="3.5.0-beta03">
<artifact name="enterprise-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='enterprise-build', version='3.5.0-beta03')
)
libraryDependencies += "org.neo4j.build" % "enterprise-build" % "3.5.0-beta03"
[org.neo4j.build/enterprise-build "3.5.0-beta03"]