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.15.3 | 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.29 | 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 | 3.5.0 | jar | The Apache Software License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-api | 0.12.3 | jar | Apache License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-impl | 0.12.3 | jar | Apache License, Version 2.0 | Yes |
io.jsonwebtoken | jjwt-jackson | 0.12.3 | 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.npathai | hamcrest-optional | 2.0.0 | jar | MIT License |
com.github.tomakehurst | wiremock-jre8-standalone | 2.35.1 | jar | The Apache Software License, Version 2.0 |
com.google.code.gson | gson | 2.10 | jar | Apache-2.0 |
com.tngtech.archunit | archunit | 1.1.0 | 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.5 | jar | Apache-2.0 |
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.awaitility | awaitility | 4.2.0 | jar | Apache 2.0 |
org.eclipse.jgit | org.eclipse.jgit | 6.7.0.202309050840-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.11.0 | jar | The MIT License |
org.slf4j | slf4j-simple | 2.0.7 | 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.7.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.15.3 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-core | 2.15.3 | jar | The Apache Software License, Version 2.0 | No |
com.squareup.okhttp | okhttp | 2.7.5 | jar | Apache 2.0 | Yes |
com.squareup.okio | okio-jvm | 3.5.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.jenkins-ci | annotation-indexer | 1.17 | 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.10 | jar | The Apache License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib-common | 1.9.0 | jar | The Apache License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib-jdk7 | 1.9.0 | jar | The Apache License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib-jdk8 | 1.9.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:
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.318
- org.apache.commons:commons-lang3:jar:3.9 (compile)
- com.tngtech.archunit:archunit:jar:1.1.0 (test)
- org.slf4j:slf4j-api:jar:2.0.7 (test)
- org.slf4j:slf4j-api:jar:2.0.7 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.hamcrest:hamcrest-library:jar:2.2 (test)
- com.github.npathai:hamcrest-optional:jar:2.0.0 (test)
- junit:junit:jar:4.13.2 (test)
- org.awaitility:awaitility:jar:4.2.0 (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.15.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3 (compile)
- commons-io:commons-io:jar:2.8.0 (compile)
- com.infradna.tool:bridge-method-annotation:jar:1.29 (compile)
- org.jenkins-ci:annotation-indexer:jar:1.17 (compile)
- org.jenkins-ci:annotation-indexer:jar:1.17 (compile)
- commons-fileupload:commons-fileupload:jar:1.5 (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.7.0.202309050840-r (test)
- com.googlecode.javaewah:JavaEWAH:jar:1.2.3 (test)
- com.googlecode.javaewah:JavaEWAH:jar:1.2.3 (test)
- io.jsonwebtoken:jjwt-api:jar:0.12.3 (compile)
- io.jsonwebtoken:jjwt-impl:jar:0.12.3 (compile)
- io.jsonwebtoken:jjwt-jackson:jar:0.12.3 (compile)
- com.squareup.okio:okio:jar:3.5.0 (compile)
- com.squareup.okio:okio-jvm:jar:3.5.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.0 (compile)
- com.squareup.okio:okio-jvm:jar:3.5.0 (compile)
- com.squareup.okhttp3:okhttp:jar:4.9.2 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 (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.11.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- com.github.spotbugs:spotbugs-annotations:jar:4.7.3 (provided)
- com.github.tomakehurst:wiremock-jre8-standalone:jar:2.35.1 (test)
- com.google.code.gson:gson:jar:2.10 (test)
- org.slf4j:slf4j-simple:jar:2.0.7 (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 Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.jetbrains.kotlin:kotlin-stdlib
MIT License: Annotation Indexer, Bridge method injection annotations, Hamcrest Optional, 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 IO, Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy agent, JJWT :: API, JJWT :: Extensions :: Jackson, JJWT :: Impl, Objenesis
Apache-2.0: Apache Commons FileUpload, 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, WireMock, ezmorph, jackson-databind, json-lib, okhttp, okio
2-clause BSD license: Stapler
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.15.3.jar | 75.6 kB | 86 | 73 | 2 | - | Yes |
jackson-core-2.15.3.jar | 549.2 kB | 250 | 186 | 15 | - | Yes |
jackson-databind-2.15.3.jar | 1.6 MB | 816 | 777 | 24 | - | Yes |
hamcrest-optional-2.0.0.jar | 6.9 kB | 16 | 5 | 1 | 1.8 | Yes |
spotbugs-annotations-4.7.3.jar | 15.2 kB | 31 | 24 | 1 | 1.8 | Yes |
wiremock-jre8-standalone-2.35.1.jar | 15.7 MB | 9826 | 9146 | 386 | - | Yes |
jsr305-2.0.1.jar | 31.9 kB | 70 | 34 | 3 | 1.5 | Yes |
gson-2.10.jar | 286.2 kB | 238 | 218 | 10 | - | Yes |
guava-11.0.1.jar | 1.6 MB | 1290 | 1267 | 12 | 1.5 | Yes |
JavaEWAH-1.2.3.jar | 170.6 kB | 123 | 107 | 6 | - | Yes |
jzlib-1.1.3.jar | 72 kB | 36 | 26 | 1 | 1.5 | Yes |
archunit-1.1.0.jar | 4.4 MB | 2975 | 2918 | 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.5.jar | 74.1 kB | 74 | 56 | 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.19.jar | 4 MB | 2742 | 2688 | 39 | - | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 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.2.0.jar | 95.8 kB | 92 | 76 | 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.7.0.202309050840-r.jar | 3.1 MB | 1687 | 1610 | 55 | - | 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.11.0.jar | 684.9 kB | 651 | 579 | 64 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
slf4j-api-2.0.7.jar | 63.6 kB | 67 | 52 | 5 | - | Yes |
slf4j-simple-2.0.7.jar | 16 kB | 23 | 8 | 2 | - | Yes |
bridge-method-annotation-1.29.jar | 3.8 kB | 13 | 2 | 1 | - | 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-3.5.0.jar | 25.7 kB | 49 | 0 | 0 | - | No |
okio-jvm-3.5.0.jar | 359.3 kB | 112 | 107 | 2 | 1.8 | Yes |
jjwt-api-0.12.3.jar | 140.3 kB | 208 | 196 | 4 | 1.7 | Yes |
jjwt-impl-0.12.3.jar | 470.3 kB | 354 | 338 | 5 | 1.7 | Yes |
jjwt-jackson-0.12.3.jar | 9.1 kB | 19 | 5 | 1 | 1.7 | Yes |
annotation-indexer-1.17.jar | 17.6 kB | 23 | 10 | 1 | - | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-1.4.10.jar | 1.5 MB | 896 | 853 | 31 | - | Yes |
kotlin-stdlib-common-1.9.0.jar | 225.1 kB | 386 | 0 | 0 | - | No |
kotlin-stdlib-jdk7-1.9.0.jar | 1 kB | 5 | 1 | 1 | - | No |
kotlin-stdlib-jdk8-1.9.0.jar | 1 kB | 5 | 1 | 1 | - | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
66 | 41.8 MB | 27616 | 25033 | 957 | 1.8 | 61 |
compile: 21 | compile: 7 MB | compile: 4359 | compile: 3565 | compile: 141 | - | compile: 16 |
test: 43 | test: 34.8 MB | test: 23156 | test: 21410 | test: 812 | - | test: 43 |
provided: 2 | provided: 47.1 kB | provided: 101 | provided: 58 | provided: 4 | - | provided: 2 |