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 | liqp | 0.8.5.4 | jar | MIT License |
com.kohlschutter.stringhold | stringhold-common | 1.0.2 | 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter | 5.10.2 | jar | Eclipse Public License v2.0 |
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.6.7 | jar | Apache 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.fasterxml.jackson.core | jackson-annotations | 2.13.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.13.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.13.4.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.13.2 | jar | The Apache Software License, Version 2.0 |
com.kohlschutter | kohlschutter-util | 1.6.7 | jar | Apache License, Version 2.0 |
org.jsoup | jsoup | 1.15.3 | jar | The MIT License |
ua.co.k | strftime4j | 1.0.6 | jar | MIT License |
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 |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
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.25.0 | jar | Apache 2.0 |
org.eclipse.jdt | org.eclipse.jdt.annotation | 2.2.800 | jar | Eclipse Public License - v 2.0 |
Project Dependency Graph
Dependency Tree
- com.kohlschutter.stringhold:stringhold-liqp:jar:1.0.2
- com.kohlschutter.stringhold:stringhold-common:jar:1.0.2 (compile)
- com.kohlschutter:kohlschutter-util:jar:1.6.7 (compile)
- com.kohlschutter:liqp:jar:0.8.5.4 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2 (compile)
- org.jsoup:jsoup:jar:1.15.3 (compile)
- ua.co.k:strftime4j:jar:1.0.6 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.10.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- com.kohlschutter:compiler-annotations:jar:1.6.7 (provided)
- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.2.800 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.25.0 (provided)
- com.kohlschutter.stringhold:stringhold-common:jar:1.0.2 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
MIT License: Liqp, strftime4j
The MIT License: jsoup Java HTML Parser
Apache License, Version 2.0: compiler-annotations, kohlschutter-util, stringhold-common, stringhold-liqp
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: Jackson datatype: JSR310, Jackson-annotations, Jackson-core, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.13.2.jar | 75.7 kB | 84 | 72 | 2 | 9 | Yes |
jackson-core-2.13.2.jar | 374.7 kB | 156 | 128 | 13 | 9 | Yes |
jackson-databind-2.13.4.2.jar | 1.5 MB | 746 | 708 | 23 | 9 | Yes |
jackson-datatype-jsr310-2.13.2.jar | 121.2 kB | 81 | 59 | 7 | 9 | Yes |
error_prone_annotations-2.25.0.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes |
compiler-annotations-1.6.7.jar | 7.1 kB | 25 | 4 | 2 | 9 | No |
kohlschutter-util-1.6.7.jar | 47.6 kB | 53 | 19 | 2 | 9 | Yes |
liqp-0.8.5.4.jar | 674.5 kB | 507 | 468 | 20 | 1.8 | Yes |
stringhold-common-1.0.2.jar | 285.7 kB | 208 | 36 | 1 | 15 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
org.eclipse.jdt.annotation-2.2.800.jar | 27.7 kB | 28 | 6 | 1 | 1.8 | Yes |
jsoup-1.15.3.jar | 438 kB | 284 | 266 | 7 | 1.8 | Yes |
junit-jupiter-5.10.2.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes |
junit-jupiter-params-5.10.2.jar | 586 kB | 381 | 347 | 22 | 9 | Yes |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
strftime4j-1.0.6.jar | 31.6 kB | 38 | 26 | 2 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
20 | 5 MB | 3220 | 2671 | 143 | 15 | 18 |
compile: 9 | compile: 3.6 MB | compile: 2157 | compile: 1782 | compile: 77 | 15 | compile: 9 |
provided: 3 | provided: 51.7 kB | provided: 92 | provided: 37 | provided: 5 | provided: 2 | |
test: 8 | test: 1.4 MB | test: 971 | test: 852 | test: 61 | 9 | test: 7 |