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 |
---|---|---|---|---|---|
com.fasterxml.jackson.core | jackson-databind | 2.13.1 | jar | The Apache Software License, Version 2.0 | No |
commons-io | commons-io | 2.8.0 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-lang3 | 3.9 | jar | Apache License, Version 2.0 | No |
com.infradna.tool | bridge-method-annotation | 1.23 | jar | MIT License | Yes |
com.squareup.okhttp | okhttp-urlconnection | 2.7.5 | jar | Apache 2.0 | Yes |
com.squareup.okhttp3 | okhttp | 4.9.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.squareup.okhttp3 | okhttp-urlconnection | 3.12.3 | jar | Apache 2.0 | Yes |
com.squareup.okio | okio | 2.10.0 | jar | The Apache Software License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-api | 0.11.2 | jar | Apache License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-impl | 0.11.2 | jar | Apache License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-jackson | 0.11.2 | jar | 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 |
---|---|---|---|---|
com.github.tomakehurst | wiremock-jre8-standalone | 2.32.0 | jar | The Apache Software License, Version 2.0 |
com.google.code.gson | gson | 2.9.0 | jar | Apache-2.0 |
com.tngtech.archunit | archunit | 0.23.1 | jar | The Apache Software License, Version 2.0BSD |
commons-discovery | commons-discovery | 0.5 | jar | The Apache Software License, Version 2.0 |
commons-fileupload | commons-fileupload | 1.4 | jar | Apache License, Version 2.0 |
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.awaitility | awaitility | 4.1.1 | jar | Apache 2.0 |
org.eclipse.jgit | org.eclipse.jgit | 6.0.0.202111291000-r | jar | Eclipse Distribution License (New BSD License) |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-library | 2.2 | jar | BSD License 3 |
org.kohsuke | wordnet-random-name | 1.5 | jar | MIT license |
org.kohsuke.stapler | stapler | 1.263 | jar | 2-clause BSD license |
org.kohsuke.stapler | stapler-jetty | 1.1 | jar | MIT license |
org.mockito | mockito-core | 4.3.1 | jar | The MIT License |
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 |
---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.5.3 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
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 |
---|---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.13.1 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-core | 2.13.1 | jar | The Apache Software License, Version 2.0 | No |
com.squareup.okhttp | okhttp | 2.7.5 | jar | Apache 2.0 | Yes |
org.jenkins-ci | annotation-indexer | 1.15 | jar | MIT License | Yes |
org.jetbrains | annotations | 13.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib | 1.4.20 | jar | The Apache License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib-common | 1.4.20 | 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:
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.code.findbugs | jsr305 | 2.0.1 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.kohsuke:github-api:jar:1.302
- org.apache.commons:commons-lang3:jar:3.9 (compile)
- com.tngtech.archunit:archunit:jar:0.23.1 (test)
- org.slf4j:slf4j-api:jar:1.7.30 (test)
- org.slf4j:slf4j-api:jar:1.7.30 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.hamcrest:hamcrest-library:jar:2.2 (test)
- junit:junit:jar:4.13.2 (test)
- org.awaitility:awaitility:jar:4.1.1 (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 (compile)
- commons-io:commons-io:jar:2.8.0 (compile)
- com.infradna.tool:bridge-method-annotation:jar:1.23 (compile)
- org.jenkins-ci:annotation-indexer:jar:1.15 (compile)
- org.jenkins-ci:annotation-indexer:jar:1.15 (compile)
- commons-fileupload:commons-fileupload:jar:1.4 (test)
- commons-discovery:commons-discovery:jar:0.5 (test)
- commons-logging:commons-logging:jar:1.1.1 (test)
- commons-logging:commons-logging:jar:1.1.1 (test)
- org.kohsuke.stapler:stapler:jar:1.263 (test)
- javax.annotation:javax.annotation-api:jar:1.2 (test)
- commons-beanutils:commons-beanutils:jar:1.9.4 (test)
- commons-collections:commons-collections:jar:3.2.2 (test)
- commons-collections:commons-collections:jar:3.2.2 (test)
- commons-codec:commons-codec:jar:1.9 (test)
- org.jvnet.localizer:localizer:jar:1.7 (test)
- org.kohsuke.stapler:json-lib:jar:2.4-jenkins-2 (test)
- commons-lang:commons-lang:jar:2.5 (test)
- net.sf.ezmorph:ezmorph:jar:1.0.6 (test)
- commons-lang:commons-lang:jar:2.5 (test)
- org.jvnet:tiger-types:jar:2.2 (test)
- com.google.guava:guava:jar:11.0.1 (test)
- org.kohsuke:asm5:jar:5.0.1 (test)
- com.google.code.findbugs:jsr305:jar:2.0.1 (provided)
- com.jcraft:jzlib:jar:1.1.3 (test)
- javax.annotation:javax.annotation-api:jar:1.2 (test)
- org.kohsuke.stapler:stapler-jetty:jar:1.1 (test)
- org.eclipse.jetty:jetty-servlet:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-security:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-server:jar:7.5.4.v20111024 (test)
- javax.servlet:servlet-api:jar:2.5 (test)
- org.eclipse.jetty:jetty-continuation:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-http:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-io:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-util:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-util:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-io:jar:7.5.4.v20111024 (test)
- javax.servlet:servlet-api:jar:2.5 (test)
- org.eclipse.jetty:jetty-server:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-security:jar:7.5.4.v20111024 (test)
- org.eclipse.jetty:jetty-servlet:jar:7.5.4.v20111024 (test)
- org.eclipse.jgit:org.eclipse.jgit:jar:6.0.0.202111291000-r (test)
- com.googlecode.javaewah:JavaEWAH:jar:1.1.13 (test)
- com.googlecode.javaewah:JavaEWAH:jar:1.1.13 (test)
- io.jsonwebtoken:jjwt-api:jar:0.11.2 (compile)
- io.jsonwebtoken:jjwt-impl:jar:0.11.2 (compile)
- io.jsonwebtoken:jjwt-jackson:jar:0.11.2 (compile)
- com.squareup.okio:okio:jar:2.10.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.20 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.20 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.20 (compile)
- com.squareup.okhttp3:okhttp:jar:4.9.2 (compile)
- com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.3 (compile)
- com.squareup.okhttp:okhttp-urlconnection:jar:2.7.5 (compile)
- com.squareup.okhttp:okhttp:jar:2.7.5 (compile)
- com.squareup.okhttp:okhttp:jar:2.7.5 (compile)
- org.kohsuke:wordnet-random-name:jar:1.5 (test)
- org.mockito:mockito-core:jar:4.3.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.7 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.7 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy:jar:1.12.7 (test)
- com.github.spotbugs:spotbugs-annotations:jar:4.5.3 (provided)
- com.github.tomakehurst:wiremock-jre8-standalone:jar:2.32.0 (test)
- com.google.code.gson:gson:jar:2.9.0 (test)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- org.apache.commons:commons-lang3:jar:3.9 (compile)
Licenses
Apache Software License - Version 2.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities
Eclipse Public License 1.0: JUnit
Apache 2.0: Awaitility, OkHttp, OkHttp URLConnection
The Apache License, Version 2.0: Kotlin Stdlib, Kotlin Stdlib Common
MIT License: Annotation Indexer, Bridge method injection annotations, SLF4J API Module, SLF4J Simple Binding
BSD License 3: Hamcrest, Hamcrest Core, Hamcrest Library
Eclipse Distribution License (New BSD License): JGit - Core
The MIT license: GitHub API for Java
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Apache 2: JavaEWAH
BSD: ArchUnit, JZlib
CDDL/GPLv2 dual license: Type arithmetic library for Java5
Unknown: Localizer, servlet-api
BSD License: asm5
Eclipse Public License - Version 1.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons FileUpload, Apache Commons IO, Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy agent, JJWT :: API, JJWT :: Extensions :: Jackson, JJWT :: Impl, Objenesis
Apache-2.0: Gson
CDDL + GPLv2 with classpath exception: javax.annotation API
MIT license: Stapler Jetty Runner, WordNet Random Name Generator
The Apache Software License, Version 2.0: Apache Commons Codec, ArchUnit, Commons Discovery, Commons Lang, Commons Logging, FindBugs-jsr305, Guava: Google Core Libraries for Java, IntelliJ IDEA Annotations, Jackson-annotations, Jackson-core, Okio, WireMock, ezmorph, jackson-databind, json-lib, okhttp
2-clause BSD license: Stapler
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
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 |
spotbugs-annotations-4.5.3.jar | 15.2 kB | 31 | 24 | 1 | 1.8 | Yes |
wiremock-jre8-standalone-2.32.0.jar | 15.7 MB | 9957 | 9113 | 379 | - | Yes |
jsr305-2.0.1.jar | 31.9 kB | 70 | 34 | 3 | 1.5 | Yes |
gson-2.9.0.jar | 249.3 kB | 209 | 189 | 10 | - | Yes |
guava-11.0.1.jar | 1.6 MB | 1290 | 1267 | 12 | 1.5 | Yes |
JavaEWAH-1.1.13.jar | 166.9 kB | 120 | 106 | 5 | 1.8 | Yes |
jzlib-1.1.3.jar | 72 kB | 36 | 26 | 1 | 1.5 | Yes |
archunit-0.23.1.jar | 4.1 MB | 2973 | 2917 | 39 | - | Yes |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-codec-1.9.jar | 264 kB | 227 | 85 | 6 | 1.6 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-discovery-0.5.jar | 79.8 kB | 79 | 59 | 8 | 1.5 | Yes |
commons-fileupload-1.4.jar | 72.4 kB | 67 | 49 | 6 | 1.6 | Yes |
commons-io-2.8.0.jar | 285.4 kB | 204 | 182 | 10 | 1.8 | Yes |
commons-lang-2.5.jar | 279.2 kB | 154 | 132 | 10 | 1.3 | Yes |
commons-logging-1.1.1.jar | 60.7 kB | 42 | 28 | 2 | 1.1 | Yes |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
servlet-api-2.5.jar | 105.1 kB | 68 | 42 | 2 | 1.5 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.12.7.jar | 3.8 MB | 2696 | 2635 | 39 | - | Yes |
byte-buddy-agent-1.12.7.jar | 256.9 kB | 89 | 69 | 3 | - | Yes |
ezmorph-1.0.6.jar | 86.5 kB | 61 | 46 | 6 | 1.1 | Yes |
commons-lang3-3.9.jar | 503.9 kB | 306 | 281 | 13 | 1.8 | Yes |
awaitility-4.1.1.jar | 93.2 kB | 89 | 73 | 8 | 1.8 | Yes |
jetty-continuation-7.5.4.v20111024.jar | 20.2 kB | 23 | 11 | 1 | 1.5 | Yes |
jetty-http-7.5.4.v20111024.jar | 115.1 kB | 67 | 49 | 4 | 1.5 | Yes |
jetty-io-7.5.4.v20111024.jar | 90.9 kB | 69 | 55 | 3 | 1.5 | Yes |
jetty-security-7.5.4.v20111024.jar | 83 kB | 68 | 55 | 2 | 1.5 | Yes |
jetty-server-7.5.4.v20111024.jar | 307.3 kB | 176 | 140 | 9 | 1.5 | Yes |
jetty-servlet-7.5.4.v20111024.jar | 86.8 kB | 59 | 38 | 4 | 1.5 | Yes |
jetty-util-7.5.4.v20111024.jar | 215.6 kB | 140 | 120 | 8 | 1.5 | Yes |
org.eclipse.jgit-6.0.0.202111291000-r.jar | 2.9 MB | 1567 | 1495 | 50 | - | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
hamcrest-library-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
tiger-types-2.2.jar | 17.5 kB | 22 | 12 | 1 | 1.5 | Yes |
localizer-1.7.jar | 6.7 kB | 15 | 5 | 1 | 1.5 | Yes |
asm5-5.0.1.jar | 379.3 kB | 196 | 166 | 7 | 1.5 | Yes |
wordnet-random-name-1.5.jar | 16.9 kB | 15 | 2 | 1 | 1.5 | Yes |
json-lib-2.4-jenkins-2.jar | 141.2 kB | 109 | 92 | 8 | 1.5 | Yes |
stapler-1.263.jar | 451.1 kB | 370 | 331 | 16 | 1.8 | Yes |
stapler-jetty-1.1.jar | 3.4 kB | 13 | 1 | 1 | 1.5 | Yes |
mockito-core-4.3.1.jar | 671.4 kB | 656 | 584 | 64 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
bridge-method-annotation-1.23.jar | 3.3 kB | 13 | 2 | 1 | 1.8 | No |
okhttp-2.7.5.jar | 331 kB | 193 | 178 | 6 | 1.7 | Yes |
okhttp-urlconnection-2.7.5.jar | 18.9 kB | 17 | 5 | 2 | 1.7 | Yes |
okhttp-4.9.2.jar | 792.1 kB | 345 | 321 | 17 | 1.8 | Yes |
okhttp-urlconnection-3.12.3.jar | 34.1 kB | 27 | 17 | 3 | 1.7 | Yes |
okio-2.10.0.jar | 256.9 kB | 80 | 73 | 2 | 1.6 | Yes |
jjwt-api-0.11.2.jar | 78.8 kB | 93 | 81 | 4 | 1.7 | Yes |
jjwt-impl-0.11.2.jar | 78.9 kB | 77 | 62 | 4 | 1.7 | Yes |
jjwt-jackson-0.11.2.jar | 8.4 kB | 18 | 4 | 1 | 1.7 | Yes |
annotation-indexer-1.15.jar | 17.2 kB | 23 | 10 | 1 | 1.8 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-1.4.20.jar | 1.5 MB | 897 | 854 | 31 | - | Yes |
kotlin-stdlib-common-1.4.20.jar | 191.5 kB | 328 | 0 | 0 | - | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
62 | 40.2 MB | 26793 | 24218 | 935 | 1.8 | 60 |
compile: 18 | compile: 6.1 MB | compile: 3651 | compile: 3009 | compile: 135 | - | compile: 16 |
test: 42 | test: 34.1 MB | test: 23041 | test: 21151 | test: 796 | - | test: 42 |
provided: 2 | provided: 47.1 kB | provided: 101 | provided: 58 | provided: 4 | - | provided: 2 |