Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-primitive-collections |
Version | Version3.4.0-alpha08 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-primitive-collections</artifactId>
<version>3.4.0-alpha08</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/
implementation 'org.neo4j:neo4j-primitive-collections:3.4.0-alpha08'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/
implementation ("org.neo4j:neo4j-primitive-collections:3.4.0-alpha08")
'org.neo4j:neo4j-primitive-collections:jar:3.4.0-alpha08'
<dependency org="org.neo4j" name="neo4j-primitive-collections" rev="3.4.0-alpha08">
<artifact name="neo4j-primitive-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-primitive-collections', version='3.4.0-alpha08')
)
libraryDependencies += "org.neo4j" % "neo4j-primitive-collections" % "3.4.0-alpha08"
[org.neo4j/neo4j-primitive-collections "3.4.0-alpha08"]