License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdembedded-build |
Last Version | Last Version1.3.M05 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j Embedded Build
Project that builds the Neo4j Embedded distribution.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThe Neo4j Graph Database Project |
Filename | Size |
---|---|
embedded-build-1.3.M05.pom | 2 KB |
embedded-build-1.3.M05-tests.jar | 1 KB |
embedded-build-1.3.M05-docs.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/embedded-build/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>embedded-build</artifactId>
<version>1.3.M05</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/embedded-build/
implementation 'org.neo4j.build:embedded-build:1.3.M05'
// https://jarcasting.com/artifacts/org.neo4j.build/embedded-build/
implementation ("org.neo4j.build:embedded-build:1.3.M05")
'org.neo4j.build:embedded-build:jar:1.3.M05'
<dependency org="org.neo4j.build" name="embedded-build" rev="1.3.M05">
<artifact name="embedded-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='embedded-build', version='1.3.M05')
)
libraryDependencies += "org.neo4j.build" % "embedded-build" % "1.3.M05"
[org.neo4j.build/embedded-build "1.3.M05"]