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