Categories |
CategoriesNeo4J Data Databases Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-label-index |
Version | Version4.2.3 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-label-index-4.2.3.pom | |
neo4j-label-index-4.2.3.jar | 100 KB |
neo4j-label-index-4.2.3-tests.jar | 96 KB |
neo4j-label-index-4.2.3-sources.jar | 82 KB |
neo4j-label-index-4.2.3-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-label-index/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-label-index</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-label-index/
implementation 'org.neo4j:neo4j-label-index:4.2.3'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-label-index/
implementation ("org.neo4j:neo4j-label-index:4.2.3")
'org.neo4j:neo4j-label-index:jar:4.2.3'
<dependency org="org.neo4j" name="neo4j-label-index" rev="4.2.3">
<artifact name="neo4j-label-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-label-index', version='4.2.3')
)
libraryDependencies += "org.neo4j" % "neo4j-label-index" % "4.2.3"
[org.neo4j/neo4j-label-index "4.2.3"]