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 |
---|---|---|---|---|
me.julb | sdk-github-actions | 1.0.4 | jar | MIT License |
org.kohsuke | github-api | 1.303 | jar | The 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.assertj | assertj-core | 3.22.0 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.8.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.4.0 | jar | The MIT License |
org.mockito | mockito-inline | 4.4.0 | jar | The MIT License |
org.mockito | mockito-junit-jupiter | 4.4.0 | jar | The 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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.22 | jar | The MIT 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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.13.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.13.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.13.1 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.11.0 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.11.22 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.11.22 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.8.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- me.julb:gh-action-manage-branch:jar:1.0.2
- org.kohsuke:github-api:jar:1.303 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- 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)
- commons-io:commons-io:jar:2.11.0 (compile)
- me.julb:sdk-github-actions:jar:1.0.4 (compile)
- org.projectlombok:lombok:jar:1.18.22 (provided)
- org.assertj:assertj-core:jar:3.22.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.2 (test)
- org.mockito:mockito-core:jar:4.4.0 (test)
- net.bytebuddy:byte-buddy:jar:1.11.22 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.22 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- org.mockito:mockito-inline:jar:4.4.0 (test)
- org.mockito:mockito-junit-jupiter:jar:4.4.0 (test)
- org.kohsuke:github-api:jar:1.303 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: Julb.me :: GitHub action to manage branches, Julb.me :: Java SDK for GitHub actions
The MIT License: Project Lombok, mockito-core, mockito-inline, mockito-junit-jupiter
Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
The MIT license: GitHub API for Java
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, jackson-databind
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 |
commons-io-2.11.0.jar | 327.1 kB | 224 | 201 | 11 | 1.8 | Yes |
sdk-github-actions-1.0.4.jar | 15.4 kB | 22 | 8 | 2 | - | Yes |
byte-buddy-1.11.22.jar | 3.7 MB | 2629 | 2573 | 38 | - | Yes |
byte-buddy-agent-1.11.22.jar | 252.3 kB | 81 | 63 | 2 | - | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
assertj-core-3.22.0.jar | 5.2 MB | 3477 | 3398 | 64 | - | Yes |
junit-jupiter-api-5.8.2.jar | 193.5 kB | 183 | 168 | 8 | - | Yes |
junit-jupiter-engine-5.8.2.jar | 229.7 kB | 140 | 123 | 9 | - | Yes |
junit-platform-commons-1.8.2.jar | 100.4 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.8.2.jar | 185.8 kB | 142 | 126 | 9 | - | Yes |
github-api-1.303.jar | 566.2 kB | 444 | 416 | 9 | - | Yes |
mockito-core-4.4.0.jar | 672.8 kB | 656 | 584 | 64 | 1.8 | Yes |
mockito-inline-4.4.0.jar | 1.5 kB | 6 | 0 | 0 | - | No |
mockito-junit-jupiter-4.4.0.jar | 5.4 kB | 9 | 2 | 1 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
lombok-1.18.22.jar | 2 MB | 1037 | 165 | 13 | - | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
21 | 16 MB | 10551 | 9175 | 306 | 1.8 | 20 |
compile: 7 | compile: 3.5 MB | compile: 2049 | compile: 1877 | compile: 77 | - | compile: 7 |
test: 13 | test: 10.6 MB | test: 7465 | test: 7133 | test: 216 | - | test: 12 |
provided: 1 | provided: 2 MB | provided: 1037 | provided: 165 | provided: 13 | - | provided: 1 |