Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.neo4j | neo4j-cypher-dsl-schema-name-support | 9999-SNAPSHOT | jar | The Apache Software License, Version 2.0 |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
cglib | cglib | 3.3.0 | jar | ASF 2.0 |
com.tngtech.archunit | archunit | 1.3.0 | jar | The Apache Software License, Version 2.0BSD |
org.assertj | assertj-core | 3.26.3 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.11.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.14.0 | jar | MIT |
org.slf4j | slf4j-simple | 1.7.36 | jar | MIT License |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
org.jetbrains | annotations | 25.0.0 | jar | The Apache Software License, Version 2.0 | No |
com.querydsl | querydsl-core | 5.1.0 | jar | Apache License, Version 2.0 | Yes |
io.projectreactor | reactor-core | 3.6.10 | jar | Apache License, Version 2.0 | Yes |
org.neo4j | neo4j-cypher-dsl-build-annotations | 9999-SNAPSHOT | jar | The Apache Software License, Version 2.0 | Yes |
org.neo4j.driver | neo4j-java-driver | 5.25.0 | jar | Apache License, Version 2 | Yes |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.18 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.2 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.11.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
org.ow2.asm | asm | 9.7 | jar | BSD-3-Clause |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
com.mysema.commons | mysema-commons-lang | 0.2.4 | jar | The Apache Software License, Version 2.0 | Yes |
io.netty | netty-buffer | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-codec | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-common | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-handler | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-resolver | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-tcnative-classes | 2.0.66.Final | jar | The Apache Software License, Version 2.0 | Yes |
io.netty | netty-transport | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
io.netty | netty-transport-native-unix-common | 4.1.113.Final | jar | Apache License, Version 2.0 | Yes |
org.reactivestreams | reactive-streams | 1.0.4 | jar | MIT-0 | Yes |
Project Dependency Graph
Dependency Tree
- org.neo4j:neo4j-cypher-dsl:jar:9999-SNAPSHOT
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.jetbrains:annotations:jar:25.0.0 (provided)
- org.neo4j:neo4j-cypher-dsl-schema-name-support:jar:9999-SNAPSHOT (compile)
- com.querydsl:querydsl-core:jar:5.1.0 (provided)
- com.mysema.commons:mysema-commons-lang:jar:0.2.4 (provided)
- io.projectreactor:reactor-core:jar:3.6.10 (provided)
- org.reactivestreams:reactive-streams:jar:1.0.4 (provided)
- org.neo4j:neo4j-cypher-dsl-build-annotations:jar:9999-SNAPSHOT (provided)
- org.neo4j.driver:neo4j-java-driver:jar:5.25.0 (provided)
- io.netty:netty-handler:jar:4.1.113.Final (provided)
- io.netty:netty-common:jar:4.1.113.Final (provided)
- io.netty:netty-resolver:jar:4.1.113.Final (provided)
- io.netty:netty-buffer:jar:4.1.113.Final (provided)
- io.netty:netty-transport:jar:4.1.113.Final (provided)
- io.netty:netty-transport-native-unix-common:jar:4.1.113.Final (provided)
- io.netty:netty-codec:jar:4.1.113.Final (provided)
- io.netty:netty-tcnative-classes:jar:2.0.66.Final (provided)
- io.netty:netty-handler:jar:4.1.113.Final (provided)
- cglib:cglib:jar:3.3.0 (test)
- org.ow2.asm:asm:jar:9.7 (test)
- com.tngtech.archunit:archunit:jar:1.3.0 (test)
- org.slf4j:slf4j-api:jar:1.7.36 (test)
- org.assertj:assertj-core:jar:3.26.3 (test)
- net.bytebuddy:byte-buddy:jar:1.14.18 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.1 (test)
- org.mockito:mockito-core:jar:5.14.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.2 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
Licenses
BSD: ArchUnit
MIT-0: reactive-streams
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License, Version 2: Neo4j Java Driver
BSD-3-Clause: asm
MIT License: SLF4J API Module, SLF4J Simple Binding
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Netty/Buffer, Netty/Codec, Netty/Common, Netty/Handler, Netty/Resolver, Netty/Transport, Netty/Transport/Native/Unix/Common, Non-Blocking Reactive Foundation for the JVM, Objenesis, Querydsl - Core module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
ASF 2.0: cglib
MIT: mockito-core
The Apache Software License, Version 2.0: ArchUnit, JetBrains Java Annotations, Neo4j Cypher DSL (Build Utils: Annotations), Neo4j Cypher DSL (Core), Neo4j Cypher DSL (Schema Name Support), Netty/TomcatNative [OpenSSL - Classes], lang
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
cglib-3.3.0.jar | 306.9 kB | 270 | 249 | 8 | 1.5 | Yes |
archunit-1.3.0.jar | 4.6 MB | 3045 | 2984 | 43 | 11 | Yes |
byte-buddy-1.14.18.jar | 4.2 MB | 2935 | - | - | - | - |
• Root | - | 2933 | 2880 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.2.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.26.3.jar | 1.4 MB | 882 | - | - | - | - |
• Root | - | 878 | 839 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
annotations-25.0.0.jar | 30.7 kB | 71 | - | - | - | - |
• Root | - | 69 | 59 | 2 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
junit-jupiter-5.11.1.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.1.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.1.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.1.jar | 591.4 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.1.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.1.jar | 246.6 kB | 177 | 158 | 10 | 1.8 | Yes |
mockito-core-5.14.0.jar | 707.3 kB | 645 | 573 | 64 | 11 | Yes |
neo4j-cypher-dsl-schema-name-support/target/classes | - | 0 | 0 | 0 | - | - |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
asm-9.7.jar | 125.4 kB | 45 | 39 | 3 | 1.5 | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
mysema-commons-lang-0.2.4.jar | 12.1 kB | 18 | 7 | 1 | 1.6 | Yes |
querydsl-core-5.1.0.jar | 479 kB | 366 | 348 | 9 | 11 | Yes |
netty-buffer-4.1.113.Final.jar | 336.8 kB | 172 | 155 | 2 | 1.6 | Yes |
netty-codec-4.1.113.Final.jar | 352.1 kB | 248 | 219 | 10 | 1.6 | Yes |
netty-common-4.1.113.Final.jar | 694.5 kB | 552 | 516 | 13 | 1.6 | Yes |
netty-handler-4.1.113.Final.jar | 571.4 kB | 392 | 360 | 12 | 1.6 | Yes |
netty-resolver-4.1.113.Final.jar | 37.8 kB | 41 | 29 | 1 | 1.6 | Yes |
netty-tcnative-classes-2.0.66.Final.jar | 36.1 kB | 44 | - | - | - | - |
• Root | - | 42 | 29 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
netty-transport-4.1.113.Final.jar | 521.4 kB | 416 | 386 | 12 | 1.6 | Yes |
netty-transport-native-unix-common-4.1.113.Final.jar | 44.2 kB | 45 | 32 | 1 | 1.6 | Yes |
reactor-core-3.6.10.jar | 1.9 MB | 975 | - | - | - | - |
• Root | - | 957 | 935 | 11 | 1.8 | Yes |
• Versioned | - | 5 | 1 | 1 | 1.8 | Yes |
• Versioned | - | 13 | 9 | 1 | 1.8 | Yes |
annotations/target/classes | - | 0 | 0 | 0 | - | - |
neo4j-java-driver-5.25.0.jar | 788.3 kB | 641 | 569 | 56 | 17 | Yes |
reactive-streams-1.0.4.jar | 11.6 kB | 17 | 13 | 1 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
34 | 18.9 MB | 13067 | 12285 | 394 | 17 | 31 |
compile: 2 | compile: 10.9 kB | compile: 9 | compile: 3 | compile: 2 | 17 | compile: 1 |
provided: 15 | provided: 5.8 MB | provided: 3998 | provided: 3657 | provided: 132 | provided: 14 | |
test: 17 | test: 13.1 MB | test: 9060 | test: 8625 | test: 260 | 11 | test: 16 |