Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-front-end |
Version | Version4.2.15 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-front-end-4.2.15.pom | |
neo4j-front-end-4.2.15.jar | 200 KB |
neo4j-front-end-4.2.15-tests.jar | 374 KB |
neo4j-front-end-4.2.15-sources.jar | 43 KB |
neo4j-front-end-4.2.15-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-front-end</artifactId>
<version>4.2.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/
implementation 'org.neo4j:neo4j-front-end:4.2.15'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/
implementation ("org.neo4j:neo4j-front-end:4.2.15")
'org.neo4j:neo4j-front-end:jar:4.2.15'
<dependency org="org.neo4j" name="neo4j-front-end" rev="4.2.15">
<artifact name="neo4j-front-end" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-front-end', version='4.2.15')
)
libraryDependencies += "org.neo4j" % "neo4j-front-end" % "4.2.15"
[org.neo4j/neo4j-front-end "4.2.15"]