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 |
---|---|---|---|---|
com.kohlschutter.junixsocket | junixsocket-core | 2.10.1 | pom | Apache 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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
com.kohlschutter | kohlschutter-test-util | 1.7.4 | - | jar | Apache License, Version 2.0 |
com.kohlschutter | kohlschutter-util | 1.7.4 | - | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-common | 2.10.1 | tests | jar | Apache License, Version 2.0 |
com.squareup.okhttp3 | okhttp | 4.12.0 | - | jar | The Apache Software License, Version 2.0 |
org.eclipse.jetty | jetty-client | 12.0.10 | - | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
org.hamcrest | hamcrest | 2.2 | - | jar | BSD License 3 |
org.slf4j | slf4j-simple | 2.0.16 | - | 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 |
---|---|---|---|---|
com.kohlschutter | compiler-annotations | 1.7.4 | jar | Apache License, Version 2.0 |
org.eclipse.jetty | jetty-server | 12.0.10 | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the 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 |
---|---|---|---|---|
com.kohlschutter.junixsocket | junixsocket-common | 2.10.1 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-native-common | 2.10.1 | jar | Apache 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:
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 |
---|---|---|---|---|
com.google.errorprone | error_prone_annotations | 2.30.0 | jar | Apache 2.0 |
org.eclipse.jdt | org.eclipse.jdt.annotation | 2.3.0 | jar | Eclipse Public License - v 2.0 |
org.eclipse.jetty | jetty-http | 12.0.10 | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
org.eclipse.jetty | jetty-io | 12.0.10 | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
org.eclipse.jetty | jetty-util | 12.0.10 | jar | Eclipse Public License - Version 2.0Apache Software License - Version 2.0 |
org.slf4j | slf4j-api | 2.0.16 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- com.kohlschutter.junixsocket:junixsocket-jetty:jar:2.10.1
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-common:jar:2.10.1 (compile)
- org.eclipse.jetty:jetty-server:jar:12.0.10 (provided)
- org.eclipse.jetty:jetty-http:jar:12.0.10 (provided)
- org.eclipse.jetty:jetty-util:jar:12.0.10 (provided)
- org.eclipse.jetty:jetty-io:jar:12.0.10 (provided)
- org.slf4j:slf4j-api:jar:2.0.16 (provided)
- org.eclipse.jetty:jetty-http:jar:12.0.10 (provided)
- org.eclipse.jetty:jetty-client:jar:12.0.10 (test)
- org.eclipse.jetty:jetty-alpn-client:jar:12.0.10 (test)
- org.slf4j:slf4j-simple:jar:2.0.16 (test)
- com.squareup.okhttp3:okhttp:jar:4.12.0 (test)
- com.squareup.okio:okio:jar:3.6.0 (test)
- com.squareup.okio:okio-jvm:jar:3.6.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10 (test)
- com.squareup.okio:okio-jvm:jar:3.6.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.21 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21 (test)
- org.jetbrains:annotations:jar:13.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21 (test)
- com.squareup.okio:okio:jar:3.6.0 (test)
- com.kohlschutter.junixsocket:junixsocket-common:jar:tests:2.10.1 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- com.kohlschutter:kohlschutter-test-util:jar:1.7.4 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.0 (test)
- com.kohlschutter:kohlschutter-util:jar:1.7.4 (test)
- com.kohlschutter:compiler-annotations:jar:1.7.4 (provided)
- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.3.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.30.0 (provided)
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.10.1 (compile)
Licenses
Eclipse Public License - Version 2.0: Core :: ALPN :: Client, Core :: HTTP, Core :: HTTP Client, Core :: IO, Core :: Server, Core :: Utilities
Apache Software License - Version 2.0: Core :: ALPN :: Client, Core :: HTTP, Core :: HTTP Client, Core :: IO, Core :: Server, Core :: Utilities
The Apache License, Version 2.0: Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
MIT License: SLF4J API Module, SLF4J Simple Provider
BSD License 3: Hamcrest
Apache License, Version 2.0: compiler-annotations, junixsocket-common, junixsocket-core, junixsocket-jetty, junixsocket-native-common, kohlschutter-test-util, kohlschutter-util
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Eclipse Public License - v 2.0: JDT Annotations for Enhanced Null Analysis
The Apache Software License, Version 2.0: IntelliJ IDEA Annotations, okhttp, okio
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
error_prone_annotations-2.30.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
compiler-annotations-1.7.4.jar | 7.1 kB | 25 | - | - | - | - |
• Root | - | 16 | 3 | 1 | 1.8 | No |
• Versioned | - | 9 | 4 | 2 | 9 | No |
kohlschutter-test-util-1.7.4.jar | 71.4 kB | 76 | - | - | - | - |
• Root | - | 44 | 27 | 1 | 1.8 | Yes |
• Versioned | - | 32 | 28 | 2 | 9 | Yes |
kohlschutter-util-1.7.4.jar | 47.5 kB | 53 | - | - | - | - |
• Root | - | 30 | 18 | 1 | 1.8 | Yes |
• Versioned | - | 23 | 19 | 2 | 9 | Yes |
junixsocket-common-2.10.1-tests.jar | 259.2 kB | 147 | 133 | 4 | 21 | Yes |
junixsocket-common-2.10.1.jar | 2.4 MB | 1587 | - | - | - | - |
• Root | - | 368 | 347 | 2 | 1.7 | Yes |
• Versioned | - | 204 | 198 | 3 | 9 | Yes |
• Versioned | - | 203 | 197 | 3 | 14 | Yes |
• Versioned | - | 203 | 197 | 3 | 15 | Yes |
• Versioned | - | 203 | 197 | 3 | 16 | Yes |
• Versioned | - | 203 | 197 | 3 | 20 | Yes |
• Versioned | - | 203 | 197 | 3 | 21 | Yes |
junixsocket-core-2.10.1.pom | 1.5 kB | - | - | - | - | - |
junixsocket-native-common-2.10.1.jar | 711.6 kB | 138 | - | - | - | - |
• Root | - | 120 | 2 | 1 | 1.7 | Yes |
• Versioned | - | 9 | 3 | 2 | 9 | Yes |
• Versioned | - | 9 | 3 | 2 | 21 | Yes |
okhttp-4.12.0.jar | 789.5 kB | 341 | 317 | 17 | 1.8 | Yes |
okio-3.6.0.jar | 25.7 kB | 49 | 0 | 0 | - | - |
okio-jvm-3.6.0.jar | 359.6 kB | 112 | 107 | 2 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
org.eclipse.jdt.annotation-2.3.0.jar | 31.8 kB | 32 | 8 | 1 | 1.8 | Yes |
jetty-alpn-client-12.0.10.jar | 7.1 kB | 15 | 3 | 2 | 17 | Yes |
jetty-client-12.0.10.jar | 345.6 kB | 212 | 197 | 6 | 17 | Yes |
jetty-http-12.0.10.jar | 410 kB | 225 | 206 | 5 | 17 | Yes |
jetty-io-12.0.10.jar | 309.8 kB | 211 | 196 | 6 | 17 | Yes |
jetty-server-12.0.10.jar | 608.7 kB | 312 | 294 | 7 | 17 | Yes |
jetty-util-12.0.10.jar | 671.5 kB | 406 | 378 | 13 | 17 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-1.8.21.jar | 1.7 MB | 1008 | - | - | - | - |
• Root | - | 1006 | 948 | 43 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
kotlin-stdlib-common-1.9.10.jar | 225.1 kB | 386 | 0 | 0 | - | - |
kotlin-stdlib-jdk7-1.8.21.jar | 1 kB | 5 | - | - | - | - |
• Root | - | 3 | 0 | 0 | - | - |
• Versioned | - | 2 | 1 | 1 | 9 | No |
kotlin-stdlib-jdk8-1.8.21.jar | 1 kB | 5 | - | - | - | - |
• Root | - | 3 | 0 | 0 | - | - |
• Versioned | - | 2 | 1 | 1 | 9 | No |
junit-jupiter-5.11.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.0.jar | 591.4 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-simple-2.0.16.jar | 15.7 kB | 22 | - | - | - | - |
• Root | - | 20 | 6 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
34 | 10.7 MB | 6678 | 4314 | 194 | 21 | 27 |
compile: 3 | compile: 3.1 MB | compile: 1725 | compile: 349 | compile: 3 | 17 | compile: 2 |
provided: 8 | provided: 2.1 MB | provided: 1329 | provided: 1167 | provided: 39 | provided: 7 | |
test: 23 | test: 5.4 MB | test: 3624 | test: 2798 | test: 152 | 21 | test: 18 |