License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-primitive-collections |
Version | Version3.4.18 |
Type | Typejar |
Description |
DescriptionNeo4j - Primitive Collections
Efficient collections for sets and maps that has primitive types as keys.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-primitive-collections</artifactId>
<version>3.4.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/
implementation 'org.neo4j:neo4j-primitive-collections:3.4.18'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-primitive-collections/
implementation ("org.neo4j:neo4j-primitive-collections:3.4.18")
'org.neo4j:neo4j-primitive-collections:jar:3.4.18'
<dependency org="org.neo4j" name="neo4j-primitive-collections" rev="3.4.18">
<artifact name="neo4j-primitive-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-primitive-collections', version='3.4.18')
)
libraryDependencies += "org.neo4j" % "neo4j-primitive-collections" % "3.4.18"
[org.neo4j/neo4j-primitive-collections "3.4.18"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-unsafe | jar | 3.4.18 |
org.neo4j : neo4j-common | jar | 3.4.18 |
org.neo4j : neo4j-resource | jar | 3.4.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 2.18.3 |