Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
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 |
---|---|---|---|---|
com.squareup.okhttp3 | okhttp | 4.8.0 | jar | The Apache Software License, Version 2.0 |
com.squareup.okio | okio | 2.7.0 | jar | The Apache Software License, Version 2.0 |
org.codehaus.janino | janino | 3.1.2 | jar | New BSD License |
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 | Optional |
---|---|---|---|---|---|
ch.qos.logback | logback-core | 1.2.3 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | No |
com.github.wnameless.json | json-base | 1.1.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.errorprone | error_prone_annotations | 2.7.1 | jar | Apache 2.0 | Yes |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 | Yes |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 | Yes |
org.jdom | jdom2 | 2.0.5 | jar | Similar to Apache License but with the acknowledgment clause removed | Yes |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 | Yes |
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 | Optional |
---|---|---|---|---|---|
org.codehaus.janino | commons-compiler | 3.1.2 | jar | New BSD License | No |
org.jetbrains | annotations | 23.0.0 | jar | The Apache Software License, Version 2.0 | No |
org.jetbrains.kotlin | kotlin-stdlib | 1.3.72 | jar | The Apache License, Version 2.0 | No |
org.jetbrains.kotlin | kotlin-stdlib-common | 1.3.70 | jar | The Apache License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-annotations | 2.13.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.core | jackson-core | 2.13.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.core | jackson-databind | 2.13.1 | jar | The Apache Software License, Version 2.0 | Yes |
Project Dependency Graph
Dependency Tree
- io.wcm.qa:io.wcm.qa.galenium.sampling:jar:5.0.0-SNAPSHOT
Galenium Sampling Description: Sampling is essential to Galeniums verification concept.
URL: https://qa.wcm.io/galenium/io.wcm.qa.galenium.modules/io.wcm.qa.galenium.sampling/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.qa:io.wcm.qa.galenium.core:jar:5.0.0-SNAPSHOT (compile)
Galenium Core Description: Basic core functionality of Galenium.
URL: https://qa.wcm.io/galenium/io.wcm.qa.galenium.modules/io.wcm.qa.galenium.core/
Project Licenses: The Apache Software License, Version 2.0
- org.opentest4j:opentest4j:jar:1.2.0 (compile)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.2.0 (compile)
- io.wcm.qa:io.wcm.qa.galenium.interaction:jar:5.0.0-SNAPSHOT (compile)
Galenium Interaction Description: Convenience methods for Selenium based interaction with web elements and browser.
URL: https://qa.wcm.io/galenium/io.wcm.qa.galenium.modules/io.wcm.qa.galenium.interaction/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.qa:io.wcm.qa.galenium.selectors:jar:5.0.0-SNAPSHOT (compile)
Galenium Selectors Description: Selectors integrate Selenium's By and Galen's Locator concepts.
URL: https://qa.wcm.io/galenium/io.wcm.qa.galenium.modules/io.wcm.qa.galenium.selectors/
Project Licenses: The Apache Software License, Version 2.0
- com.github.wnameless.json:json-flattener:jar:0.9.0 (compile)
json-flattener Description: A Java utility used to flatten nested JSON objects and even more to unflatten it back
URL: https://github.com/wnameless/json-flattener
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 (test)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: http://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 (test)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-core:jar:2.13.1 (test)
Jackson-core Description: Core Jackson processing abstractions (aka Streaming API), implementation for JSON
URL: https://github.com/FasterXML/jackson-core
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 (test)
- com.github.wnameless.json:json-base:jar:1.1.1 (compile)
json-base Description: A set of Java interfaces which decouples JSON implementations such as Jackson, Gson and minimal-json...
URL: https://github.com/wnameless/json-base
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 (test)
- com.google.guava:guava:jar:31.0.1-jre (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.
URL: https://github.com/google/guava
Project Licenses: Apache License, Version 2.0
- com.google.guava:failureaccess:jar:1.0.1 (compile)
Guava InternalFutureFailureAccess and InternalFutures Description: Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
URL: https://github.com/google/guava/failureaccess
Project Licenses: The Apache Software License, Version 2.0
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
Guava ListenableFuture only Description: An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....
URL: https://github.com/google/guava/listenablefuture
Project Licenses: The Apache Software License, Version 2.0
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
FindBugs-jsr305 Description: JSR305 Annotations for Findbugs
URL: http://findbugs.sourceforge.net/
Project Licenses: The Apache Software License, Version 2.0
- com.google.errorprone:error_prone_annotations:jar:2.7.1 (compile)
error-prone annotations Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
URL: http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations
Project Licenses: Apache 2.0
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
J2ObjC Annotations Description: A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.
URL: https://github.com/google/j2objc/
Project Licenses: The Apache Software License, Version 2.0
- com.google.guava:failureaccess:jar:1.0.1 (compile)
- io.netty:netty-all:jar:5.0.0.Alpha2 (compile)
Netty/All-in-One Description: Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
URL: http://netty.io/netty-all/
Project Licenses: Apache License, Version 2.0
- net.sourceforge.htmlcleaner:htmlcleaner:jar:2.24 (compile)
HtmlCleaner Description: HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use.
URL: http://htmlcleaner.sourceforge.net/
Project Licenses: BSD License
- org.jdom:jdom2:jar:2.0.5 (compile)
JDOM Description: A complete, Java-based solution for accessing, manipulating, and outputting XML data
URL: http://www.jdom.org
Project Licenses: Similar to Apache License but with the acknowledgment clause removed
- org.jdom:jdom2:jar:2.0.5 (compile)
- org.apache.commons:commons-collections4:jar:4.4 (compile)
Apache Commons Collections Description: The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
URL: https://commons.apache.org/proper/commons-collections/
Project Licenses: Apache License, Version 2.0
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
Apache Commons Lang Description: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache License, Version 2.0
- org.checkerframework:checker-qual:jar:3.5.0 (compile)
Checker Qual Description: Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker
URL: https://checkerframework.org
Project Licenses: The MIT License
- org.jsoup:jsoup:jar:1.14.3 (compile)
jsoup Java HTML Parser Description: jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
URL: https://jsoup.org/
Project Licenses: The MIT License
- org.seleniumhq.selenium:selenium-api:jar:3.141.59 (compile)
selenium-api Description: Selenium automates browsers. That's it! What you do with that power is entirely up to you.
URL: http://www.seleniumhq.org/
Project Licenses: The Apache Software License, Version 2.0
- ch.qos.logback:logback-classic:jar:1.2.3 (compile)
Logback Classic Module Description: logback-classic module
URL: http://logback.qos.ch/logback-classic
Project Licenses: Eclipse Public License - v 1.0, GNU Lesser General Public License
- ch.qos.logback:logback-core:jar:1.2.3 (compile)
Logback Core Module Description: logback-core module
URL: http://logback.qos.ch/logback-core
Project Licenses: Eclipse Public License - v 1.0, GNU Lesser General Public License
- ch.qos.logback:logback-core:jar:1.2.3 (compile)
- com.squareup.okhttp3:okhttp:jar:4.8.0 (test)
okhttp Description: Square’s meticulous HTTP client for Java and Kotlin.
URL: https://square.github.io/okhttp/
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.72 (test)
org.jetbrains.kotlin:kotlin-stdlib Description: Kotlin Standard Library for JVM
Project Licenses: The Apache License, Version 2.0
- org.jetbrains:annotations:jar:23.0.0 (test)
JetBrains Java Annotations Description: A set of annotations used for code inspection support and code documentation.
URL: https://github.com/JetBrains/java-annotations
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains:annotations:jar:23.0.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.72 (test)
- com.squareup.okio:okio:jar:2.7.0 (test)
Okio Description: A modern I/O API for Java
URL: https://github.com/square/okio/
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.3.70 (test)
org.jetbrains.kotlin:kotlin-stdlib-common Description: Kotlin Common Standard Library
Project Licenses: The Apache License, Version 2.0
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.3.70 (test)
- org.codehaus.janino:janino:jar:3.1.2 (test)
janino Description: The "JANINO" implementation of the "commons-compiler" API: Super-small, super-fast, independent from the JDK's "tools.jar".
URL: http://janino-compiler.github.io/janino/
Project Licenses: New BSD License
- org.codehaus.janino:commons-compiler:jar:3.1.2 (test)
commons-compiler Description: The "commons-compiler" API, including the "IExpressionEvaluator", "IScriptEvaluator", "IClassBodyEvaluator" and "ISimpleCompiler" interfaces.
URL: http://janino-compiler.github.io/commons-compiler/
Project Licenses: New BSD License
- org.codehaus.janino:commons-compiler:jar:3.1.2 (test)
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- io.wcm.qa:io.wcm.qa.galenium.core:jar:5.0.0-SNAPSHOT (compile)
Licenses
Similar to Apache License but with the acknowledgment clause removed: JDOM
The Apache License, Version 2.0: org.jetbrains.kotlin:kotlin-stdlib, org.jetbrains.kotlin:kotlin-stdlib-common, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
BSD License: HtmlCleaner
The MIT License: Checker Qual, jsoup Java HTML Parser
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons Collections, Apache Commons Lang, Guava: Google Core Libraries for Java, Netty/All-in-One
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: commons-compiler, janino
The Apache Software License, Version 2.0: FindBugs-jsr305, Galenium Core, Galenium Interaction, Galenium Sampling, Galenium Selectors, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jackson-annotations, Jackson-core, JetBrains Java Annotations, Okio, jackson-databind, json-base, json-flattener, okhttp, selenium-api
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
logback-classic-1.2.3.jar | 290.3 kB | 234 | 175 | 27 | 1.6 | Yes |
logback-core-1.2.3.jar | 471.9 kB | 419 | 373 | 36 | 1.6 | Yes |
okhttp-4.8.0.jar | 795.8 kB | 345 | 321 | 17 | 1.8 | Yes |
okio-2.7.0.jar | 243.9 kB | 77 | 70 | 2 | 1.6 | Yes |
commons-compiler-3.1.2.jar | 156.7 kB | 166 | 136 | 13 | 1.6 | Yes |
janino-3.1.2.jar | 883.5 kB | 480 | 464 | 4 | 1.6 | Yes |
annotations-23.0.0.jar | 29.4 kB | 68 | 58 | 3 | - | Yes |
kotlin-stdlib-1.3.72.jar | 1.4 MB | 895 | 848 | 33 | 1.6 | Yes |
kotlin-stdlib-common-1.3.70.jar | 179.6 kB | 325 | 0 | 0 | - | No |
slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
jackson-annotations-2.13.1.jar | 75.7 kB | 84 | 72 | 2 | - | Yes |
jackson-core-2.13.1.jar | 374.6 kB | 156 | 128 | 13 | - | Yes |
jackson-databind-2.13.1.jar | 1.5 MB | 745 | 707 | 23 | - | Yes |
json-base-1.1.1.jar | 17.8 kB | 30 | 18 | 2 | - | Yes |
json-flattener-0.9.0.jar | 33.2 kB | 37 | 23 | 3 | - | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.7.1.jar | 14.8 kB | 36 | 24 | 2 | 1.7 | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-31.0.1-jre.jar | 3 MB | 2090 | 2060 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
netty-all-5.0.0.Alpha2.jar | 2.7 MB | 1795 | 1717 | 64 | 1.6 | Yes |
io.wcm.qa.galenium.core-5.0.0-SNAPSHOT.jar | 105.5 kB | 83 | 50 | 16 | 1.8 | Yes |
io.wcm.qa.galenium.interaction-5.0.0-SNAPSHOT.jar | 20.5 kB | 23 | 10 | 2 | 1.8 | Yes |
io.wcm.qa.galenium.selectors-5.0.0-SNAPSHOT.jar | 14.7 kB | 25 | 12 | 2 | 1.8 | Yes |
htmlcleaner-2.24.jar | 171.5 kB | 90 | 79 | 3 | 1.5 | Yes |
commons-collections4-4.4.jar | 751.9 kB | 555 | 524 | 19 | 1.8 | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | Yes |
jdom2-2.0.5.jar | 299.7 kB | 211 | 191 | 15 | 1.5 | Yes |
jsoup-1.14.3.jar | 423.4 kB | 277 | 259 | 7 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
selenium-api-3.141.59.jar | 182.1 kB | 219 | 203 | 10 | - | Yes |
33 | 15 MB | 10369 | 9278 | 397 | 1.8 | 30 |
compile: 23 | compile: 9.3 MB | compile: 7028 | compile: 6474 | compile: 287 | - | compile: 21 |
test: 10 | test: 5.7 MB | test: 3341 | test: 2804 | test: 110 | - | test: 9 |