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 |
---|---|---|---|---|
io.wcm.devops.conga | io.wcm.devops.conga.generator | 1.17.1-SNAPSHOT | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-archiver | 3.6.3 | jar | Apache-2.0 |
org.apache.sling | org.apache.sling.commons.osgi | 2.4.2 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 4.0.2 | jar | Apache License, Version 2.0 |
org.sonatype.plexus | plexus-build-api | 0.0.7 | jar | Apache Public License 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.hamcrest | hamcrest-library | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter | 5.10.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.10.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.10.0 | jar | MIT |
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 |
---|---|---|---|---|
io.wcm.tooling.spotbugs | io.wcm.tooling.spotbugs.annotations | 1.0.0 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-artifact | 3.3.9 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-core | 3.3.9 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 3.3.9 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.3.9 | jar | Apache License, Version 2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.15.1 | jar | Apache-2.0 |
org.jetbrains | annotations | 24.1.0 | jar | The Apache Software 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:
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.github.luben | zstd-jni | 1.5.6-3 | jar | BSD 2-Clause License |
org.tukaani | xz | 1.9 | jar | Public Domain |
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.14.11 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.11 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.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:
Project Dependency Graph
Dependency Tree
- io.wcm.devops.conga:conga-maven-plugin:maven-plugin:1.17.1-SNAPSHOT
CONGA Maven Plugin Description: wcm.io DevOps CONGA - CONfiguration GenerAtor Maven Plugin
URL: https://devops.wcm.io/tooling/conga-maven-plugin/io.wcm.devops.conga.parent/conga-maven-plugin/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.devops.conga:io.wcm.devops.conga.generator:jar:1.17.1-SNAPSHOT (compile)
CONGA Generator Description: wcm.io DevOps CONGA Configuration Generator.
URL: https://devops.wcm.io/generator/io.wcm.devops.conga.parent/io.wcm.devops.conga.generator/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.devops.conga:io.wcm.devops.conga.model:jar:1.17.1-SNAPSHOT (compile)
CONGA Model Description: wcm.io DevOps CONGA Model classes for java representation of definition files.
URL: https://devops.wcm.io/tooling/parent_toplevel/io.wcm.devops.conga.parent/io.wcm.devops.conga.model/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.devops.conga:io.wcm.devops.conga.resource:jar:1.17.1-SNAPSHOT (compile)
CONGA Resource Description: wcm.io DevOps CONGA resource abstraction for reading file from filesystem and classpath.
Project Licenses: The Apache Software License, Version 2.0
- org.springframework:spring-core:jar:5.3.39 (compile)
Spring Core Description: Spring Core
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-jcl:jar:5.3.39 (compile)
Spring Commons Logging Bridge Description: Spring Commons Logging Bridge
URL: https://github.com/spring-projects/spring-framework
Project Licenses: Apache License, Version 2.0
- org.springframework:spring-jcl:jar:5.3.39 (compile)
- org.springframework:spring-core:jar:5.3.39 (compile)
- org.yaml:snakeyaml:jar:2.3 (compile)
SnakeYAML Description: YAML 1.1 parser and emitter for Java
URL: https://bitbucket.org/snakeyaml/snakeyaml
Project Licenses: Apache License, Version 2.0
- commons-beanutils:commons-beanutils:jar:1.9.4 (compile)
Apache Commons BeanUtils Description: Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
URL: https://commons.apache.org/proper/commons-beanutils/
Project Licenses: Apache License, Version 2.0
- commons-collections:commons-collections:jar:3.2.2 (compile)
Apache Commons Collections Description: Types that extend and augment the Java Collections Framework.
URL: http://commons.apache.org/collections/
Project Licenses: Apache License, Version 2.0
- commons-collections:commons-collections:jar:3.2.2 (compile)
- commons-io:commons-io:jar:2.18.0 (compile)
Apache Commons IO Description: The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: https://commons.apache.org/proper/commons-io/
Project Licenses: Apache-2.0
- io.wcm.devops.conga:io.wcm.devops.conga.resource:jar:1.17.1-SNAPSHOT (compile)
- org.apache.commons:commons-text:jar:1.12.0 (compile)
Apache Commons Text Description: Apache Commons Text is a set of utility functions and reusable components for the purpose of processing and manipulating text that should be of use in a Java environment.
URL: https://commons.apache.org/proper/commons-text
Project Licenses: Apache-2.0
- com.github.ben-manes.caffeine:caffeine:jar:3.1.8 (compile)
Caffeine cache Description: A high performance caching library
URL: https://github.com/ben-manes/caffeine
Project Licenses: Apache License, Version 2.0
- org.checkerframework:checker-qual:jar:3.37.0 (compile)
Checker Qual Description: checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework.
URL: https://checkerframework.org/
Project Licenses: The MIT License
- com.google.errorprone:error_prone_annotations:jar:2.21.1 (compile)
error-prone annotations Description: Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
URL: https://errorprone.info/error_prone_annotations
Project Licenses: Apache 2.0
- org.checkerframework:checker-qual:jar:3.37.0 (compile)
- com.github.jknack:handlebars:jar:4.3.1 (compile)
Handlebars Description: Logic-less and semantic templates with Java
URL: https://github.com/jknack/handlebars.java/handlebars
Project Licenses: The Apache Software License, Version 2.0
- com.github.jknack:handlebars-helpers:jar:4.3.1 (compile)
Handlebars Helpers Description: A collection helpers donated by the community
URL: https://github.com/jknack/handlebars.java/handlebars-helpers
Project Licenses: The Apache Software License, Version 2.0
- com.google.code.gson:gson:jar:2.11.0 (compile)
Gson Description: Gson JSON library
URL: https://github.com/google/gson
Project Licenses: Apache-2.0
- org.apache.commons:commons-jexl3:jar:3.4.0 (compile)
Apache Commons JEXL Description: Apache Commons JEXL is a library facilitates the implementation of scripting features in applications and frameworks written in Java.
URL: https://commons.apache.org/proper/commons-jexl/
Project Licenses: Apache-2.0
- commons-logging:commons-logging:jar:1.3.2 (compile)
Apache Commons Logging Description: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems.
URL: https://commons.apache.org/proper/commons-logging/
Project Licenses: Apache-2.0
- commons-logging:commons-logging:jar:1.3.2 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- io.wcm.devops.conga:io.wcm.devops.conga.model:jar:1.17.1-SNAPSHOT (compile)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.1 (provided)
Maven Plugin Tools Java Annotations Description: Java annotations to use in Mojos
URL: https://maven.apache.org/plugin-tools/maven-plugin-annotations
Project Licenses: Apache-2.0
- org.apache.maven:maven-plugin-api:jar:3.3.9 (provided)
Maven Plugin API Description: The API for plugins - Mojos - development.
URL: http://maven.apache.org/ref/3.3.9/maven-plugin-api/
Project Licenses: Apache License, Version 2.0
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 (provided)
org.eclipse.sisu.plexus Description: Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container
URL: http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/
Project Licenses: Eclipse Public License, Version 1.0
- javax.enterprise:cdi-api:jar:1.0 (provided)
CDI APIs Description: APIs for JSR-299: Contexts and Dependency Injection for Java EE
URL: http://www.seamframework.org/Weld/cdi-api
Project Licenses: Apache License, Version 2.0
- javax.annotation:jsr250-api:jar:1.0 (provided)
JSR-250 Common Annotations for the JavaTM Platform Description: JSR-250 Reference Implementation by Glassfish
URL: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
Project Licenses: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
- javax.annotation:jsr250-api:jar:1.0 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 (provided)
org.eclipse.sisu.inject Description: JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring
URL: http://www.eclipse.org/sisu/org.eclipse.sisu.inject/
Project Licenses: Eclipse Public License, Version 1.0
- javax.enterprise:cdi-api:jar:1.0 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 (provided)
- org.apache.maven:maven-core:jar:3.3.9 (provided)
Maven Core Description: Maven Core classes.
URL: http://maven.apache.org/ref/3.3.9/maven-core/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-settings:jar:3.3.9 (provided)
Maven Settings Description: Maven Settings model.
URL: http://maven.apache.org/ref/3.3.9/maven-settings/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-settings-builder:jar:3.3.9 (provided)
Maven Settings Builder Description: The effective settings builder, with inheritance and password decryption.
URL: http://maven.apache.org/ref/3.3.9/maven-settings-builder/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-builder-support:jar:3.3.9 (provided)
Maven Builder Support Description: Support for descriptor builders (model, setting, toolchains)
URL: http://maven.apache.org/ref/3.3.9/maven-builder-support/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-builder-support:jar:3.3.9 (provided)
- org.apache.maven:maven-repository-metadata:jar:3.3.9 (provided)
Maven Repository Metadata Model Description: Per-directory local and remote repository metadata.
URL: http://maven.apache.org/ref/3.3.9/maven-repository-metadata/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-model-builder:jar:3.3.9 (provided)
Maven Model Builder Description: The effective model builder, with inheritance, profile activation, interpolation, ...
URL: http://maven.apache.org/ref/3.3.9/maven-model-builder/
Project Licenses: Apache License, Version 2.0
- com.google.guava:guava:jar:18.0 (provided)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project Licenses: The Apache Software License, Version 2.0
- com.google.guava:guava:jar:18.0 (provided)
- org.apache.maven:maven-aether-provider:jar:3.3.9 (provided)
Maven Aether Provider Description: Extensions to Aether for utilizing Maven POM and repository metadata.
URL: http://maven.apache.org/ref/3.3.9/maven-aether-provider/
Project Licenses: Apache License, Version 2.0
- org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 (provided)
Aether SPI Description: The service provider interface for repository system implementations and repository connectors.
URL: http://www.eclipse.org/aether/aether-spi/
Project Licenses: Eclipse Public License, Version 1.0
- org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 (provided)
- org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 (provided)
Aether Implementation Description: An implementation of the repository system.
URL: http://www.eclipse.org/aether/aether-impl/
Project Licenses: Eclipse Public License, Version 1.0
- org.eclipse.aether:aether-api:jar:1.0.2.v20150114 (provided)
Aether API Description: The application programming interface for the repository system.
URL: http://www.eclipse.org/aether/aether-api/
Project Licenses: Eclipse Public License, Version 1.0
- org.eclipse.aether:aether-util:jar:1.0.2.v20150114 (provided)
Aether Utilities Description: A collection of utility classes to ease usage of the repository system.
URL: http://www.eclipse.org/aether/aether-util/
Project Licenses: Eclipse Public License, Version 1.0
- com.google.inject:guice:jar:no_aop:4.0 (provided)
Google Guice - Core Library Description: Guice is a lightweight dependency injection framework for Java 6 and above
URL: https://github.com/google/guice/guice
Project Licenses: The Apache Software License, Version 2.0
- javax.inject:javax.inject:jar:1 (compile)
javax.inject Description: The javax.inject API
URL: http://code.google.com/p/atinject/
Project Licenses: The Apache Software License, Version 2.0
- aopalliance:aopalliance:jar:1.0 (provided)
AOP alliance Description: AOP Alliance
URL: http://aopalliance.sourceforge.net
Project Licenses: Public Domain
- javax.inject:javax.inject:jar:1 (compile)
- org.codehaus.plexus:plexus-interpolation:jar:1.21 (compile)
Plexus Interpolation API Description: The Plexus project provides a full software stack for creating and executing software projects.
URL: http://plexus.codehaus.org/plexus-components/plexus-interpolation
Project Licenses: The Apache Software License, Version 2.0
- org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (provided)
Plexus Classworlds Description: A class loader framework
URL: http://plexus.codehaus.org/plexus-classworlds/
Project Licenses: The Apache Software License, Version 2.0
- org.codehaus.plexus:plexus-component-annotations:jar:1.6 (provided)
Plexus :: Component Annotations Description: Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.
URL: http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/
Project Licenses: The Apache Software License, Version 2.0
- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (provided)
Plexus Security Dispatcher Component Description: There is currently no description associated with this project.
URL: http://spice.sonatype.org/plexus-sec-dispatcher
Project Licenses: Apache Public License 2.0
- org.sonatype.plexus:plexus-cipher:jar:1.4 (provided)
Plexus Cipher: encryption/decryption Component Description: There is currently no description associated with this project.
URL: http://spice.sonatype.org/plexus-cipher
Project Licenses: Apache Public License 2.0
- org.sonatype.plexus:plexus-cipher:jar:1.4 (provided)
- org.apache.commons:commons-lang3:jar:3.17.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. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache-2.0
- org.apache.maven:maven-settings:jar:3.3.9 (provided)
- org.apache.maven:maven-model:jar:3.3.9 (provided)
Maven Model Description: Model for Maven POM (Project Object Model)
URL: http://maven.apache.org/ref/3.3.9/maven-model/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-artifact:jar:3.3.9 (provided)
Maven Artifact Description: Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
URL: http://maven.apache.org/ref/3.3.9/maven-artifact/
Project Licenses: Apache License, Version 2.0
- org.apache.maven:maven-archiver:jar:3.6.3 (compile)
Apache Maven Archiver Description: Provides utility methods for creating JARs and other archive files from a Maven project.
URL: https://maven.apache.org/shared/maven-archiver/
Project Licenses: Apache-2.0
- org.codehaus.plexus:plexus-archiver:jar:4.10.0 (compile)
Plexus Archiver Component Description: The Plexus project provides a full software stack for creating and executing software projects.
URL: https://codehaus-plexus.github.io/plexus-archiver/
Project Licenses: Apache License, Version 2.0
- org.codehaus.plexus:plexus-io:jar:3.5.0 (compile)
Plexus IO Components Description: The Plexus project provides a full software stack for creating and executing software projects.
URL: https://codehaus-plexus.github.io/plexus-pom/plexus-io/
Project Licenses: Apache License, Version 2.0
- org.apache.commons:commons-compress:jar:1.26.2 (compile)
Apache Commons Compress Description: Apache Commons Compress defines an API for working with compression and archive formats. These include bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
URL: https://commons.apache.org/proper/commons-compress/
Project Licenses: Apache-2.0
- commons-codec:commons-codec:jar:1.17.0 (compile)
Apache Commons Codec Description: The Apache Commons Codec component contains encoder and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
URL: https://commons.apache.org/proper/commons-codec/
Project Licenses: Apache-2.0
- commons-codec:commons-codec:jar:1.17.0 (compile)
- io.airlift:aircompressor:jar:0.27 (compile)
aircompressor Description: Compression algorithms
URL: https://github.com/airlift/aircompressor
Project Licenses: Apache License 2.0
- org.tukaani:xz:jar:1.9 (runtime)
XZ for Java Description: XZ data compression
URL: https://tukaani.org/xz/java.html
Project Licenses: Public Domain
- com.github.luben:zstd-jni:jar:1.5.6-3 (runtime)
zstd-jni Description: JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.
URL: https://github.com/luben/zstd-jni
Project Licenses: BSD 2-Clause License
- org.codehaus.plexus:plexus-io:jar:3.5.0 (compile)
- org.codehaus.plexus:plexus-archiver:jar:4.10.0 (compile)
- org.sonatype.plexus:plexus-build-api:jar:0.0.7 (compile)
plexus-build-api Description: There is currently no description associated with this project.
URL: http://forge.sonatype.com/spice-parent/plexus-build-api/
Project Licenses: Apache Public License 2.0
- org.apache.sling:org.apache.sling.commons.osgi:jar:2.4.2 (compile)
Apache Sling Commons OSGi support Description: Commons OSGi
URL: https://sling.apache.org/sling-bundle-parent/org.apache.sling.commons.osgi
Project Licenses: Apache License, Version 2.0
- org.codehaus.plexus:plexus-utils:jar:4.0.2 (compile)
Plexus Common Utilities Description: A collection of various utility classes to ease working with strings, files, command lines and more.
URL: https://codehaus-plexus.github.io/plexus-utils/
Project Licenses: Apache License, Version 2.0
- org.jetbrains:annotations:jar:24.1.0 (provided)
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
- io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:jar:1.0.0 (provided)
Subset of Spotbugs Annotations Description: Contains a subset of Spotbugs Annotations for suppressing warnings in code.
URL: https://github.com/wcm-io/wcm-io-tooling/tree/develop/misc/spotbugs-annotations
Project Licenses: The Apache Software License, Version 2.0
- org.hamcrest:hamcrest-library:jar:2.2 (test)
Hamcrest Library Description: A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest-core:jar:2.2 (test)
Hamcrest Core Description: Core Hamcrest API - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest:jar:2.2 (test)
Hamcrest Description: Core API and libraries of hamcrest matcher framework.
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.mockito:mockito-core:jar:5.10.0 (test)
mockito-core Description: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy-agent:jar:1.14.11 (test)
Byte Buddy agent Description: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
URL: https://bytebuddy.net/byte-buddy-agent
Project Licenses: Apache License, Version 2.0
- org.objenesis:objenesis:jar:3.3 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org/objenesis
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.mockito:mockito-junit-jupiter:jar:5.10.0 (test)
mockito-junit-jupiter Description: Mockito JUnit 5 support
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
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.junit.platform:junit-platform-commons:jar:1.10.1 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter:jar:5.10.1 (test)
JUnit Jupiter (Aggregator) Description: Module "junit-jupiter" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
JUnit Jupiter Params Description: Module "junit-jupiter-params" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- io.wcm.devops.conga:io.wcm.devops.conga.generator:jar:1.17.1-SNAPSHOT (compile)
Licenses
Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component, plexus-build-api
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
BSD License 3: Hamcrest, Hamcrest Core, Hamcrest Library
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Public Domain: AOP alliance, XZ for Java
BSD 2-Clause License: zstd-jni
Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Apache License 2.0: aircompressor
The MIT License: Checker Qual
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Sling Commons OSGi support, Byte Buddy (without dependencies), Byte Buddy agent, CDI APIs, Caffeine cache, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Objenesis, Plexus Archiver Component, Plexus Common Utilities, Plexus IO Components, SnakeYAML, Spring Commons Logging Bridge, Spring Core
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons JEXL, Apache Commons Lang, Apache Commons Logging, Apache Commons Text, Apache Maven Archiver, Gson, Maven Plugin Tools Java Annotations
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform
MIT: mockito-core, mockito-junit-jupiter
The Apache Software License, Version 2.0: CONGA Generator, CONGA Maven Plugin, CONGA Model, CONGA Resource, Google Guice - Core Library, Guava: Google Core Libraries for Java, Handlebars, Handlebars Helpers, JetBrains Java Annotations, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Subset of Spotbugs Annotations, javax.inject
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes | No |
caffeine-3.1.8.jar | 889.2 kB | 713 | 704 | 3 | 11 | Yes | No |
handlebars-4.3.1.jar | 954.2 kB | 586 | 529 | 32 | 1.8 | Yes | No |
handlebars-helpers-4.3.1.jar | 11.7 kB | 22 | 10 | 1 | 1.8 | Yes | No |
zstd-jni-1.5.6-3.jar | 6.7 MB | 80 | 36 | 3 | 9 | Yes | No |
gson-2.11.0.jar | 298.4 kB | 244 | 224 | 10 | 9 | Yes | No |
error_prone_annotations-2.21.1.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes | No |
guava-18.0.jar | 2.3 MB | 1719 | 1690 | 17 | 1.6 | Yes | No |
guice-4.0-no_aop.jar | 423.6 kB | 344 | 329 | 8 | 1.6 | Yes | No |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes | No |
commons-codec-1.17.0.jar | 372.6 kB | 262 | 115 | 8 | 9 | Yes | No |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes | No |
commons-io-2.18.0.jar | 538.9 kB | 398 | 371 | 16 | 9 | Yes | No |
commons-logging-1.3.2.jar | 71.6 kB | 42 | 28 | 3 | 9 | Yes | No |
aircompressor-0.27.jar | 254.9 kB | 142 | 124 | 9 | 1.8 | Yes | No |
io.wcm.devops.conga.generator-1.17.1-SNAPSHOT.jar | 169.7 kB | 170 | 126 | 21 | 11 | Yes | No |
io.wcm.devops.conga.model-1.17.1-SNAPSHOT.jar | 32.2 kB | 48 | 31 | 5 | 11 | Yes | No |
io.wcm.devops.conga.resource-1.17.1-SNAPSHOT.jar | 18.2 kB | 25 | 13 | 1 | 11 | Yes | No |
io.wcm.tooling.spotbugs.annotations-1.0.0.jar | 3.9 kB | 13 | 1 | 1 | 1.8 | No | No |
jsr250-api-1.0.jar | 5.8 kB | 16 | 11 | 2 | 1.5 | Yes | No |
cdi-api-1.0.jar | 44.9 kB | 92 | 75 | 7 | 1.5 | Yes | No |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No | No |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes | No |
byte-buddy-agent-1.14.11.jar | 256.8 kB | 90 | 70 | 3 | 9 | Yes | No |
commons-compress-1.26.2.jar | 1.1 MB | 624 | 572 | 37 | 9 | Yes | No |
commons-jexl3-3.4.0.jar | 549.2 kB | 355 | 334 | 8 | 9 | Yes | No |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | 396 | 19 | 9 | Yes | No |
commons-text-1.12.0.jar | 251.2 kB | 181 | 161 | 9 | 9 | Yes | No |
maven-aether-provider-3.3.9.jar | 66.9 kB | 43 | 26 | 1 | 1.7 | Yes | No |
maven-archiver-3.6.3.jar | 26.7 kB | 19 | 5 | 1 | 1.8 | Yes | No |
maven-artifact-3.3.9.jar | 55 kB | 57 | 32 | 11 | 1.7 | Yes | No |
maven-builder-support-3.3.9.jar | 14.9 kB | 24 | 10 | 1 | 1.7 | Yes | No |
maven-core-3.3.9.jar | 637.9 kB | 493 | 394 | 56 | 1.7 | Yes | No |
maven-model-3.3.9.jar | 164 kB | 71 | 54 | 3 | 1.7 | Yes | No |
maven-model-builder-3.3.9.jar | 177 kB | 154 | 121 | 16 | 1.7 | Yes | No |
maven-plugin-api-3.3.9.jar | 47.5 kB | 48 | 27 | 6 | 1.7 | Yes | No |
maven-repository-metadata-3.3.9.jar | 27.3 kB | 27 | 9 | 2 | 1.7 | Yes | No |
maven-settings-3.3.9.jar | 44.3 kB | 35 | 19 | 2 | 1.7 | Yes | No |
maven-settings-builder-3.3.9.jar | 43 kB | 53 | 32 | 5 | 1.7 | Yes | No |
maven-plugin-annotations-3.15.1.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes | No |
org.apache.sling.commons.osgi-2.4.2.jar | 33.1 kB | 36 | 20 | 2 | 1.8 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes | No |
checker-qual-3.37.0.jar | 224.5 kB | 427 | 359 | 30 | 1.8 | Yes | No |
plexus-archiver-4.10.0.jar | 225.2 kB | 211 | 171 | 26 | 1.8 | Yes | No |
plexus-classworlds-2.5.2.jar | 52.7 kB | 52 | 37 | 5 | 1.6 | Yes | No |
plexus-component-annotations-1.6.jar | 4.3 kB | 15 | 3 | 1 | 1.5 | No | No |
plexus-interpolation-1.21.jar | 62.5 kB | 60 | 44 | 6 | 1.5 | Yes | No |
plexus-io-3.5.0.jar | 79.1 kB | 87 | 66 | 7 | 1.8 | Yes | No |
plexus-utils-4.0.2.jar | 192.5 kB | 128 | 86 | 7 | 11 | Yes | No |
aether-api-1.0.2.v20150114.jar | 136.3 kB | 149 | 128 | 11 | 1.5 | Yes | No |
aether-impl-1.0.2.v20150114.jar | 173 kB | 114 | 96 | 4 | 1.5 | Yes | No |
aether-spi-1.0.2.v20150114.jar | 30.7 kB | 54 | 34 | 8 | 1.5 | Yes | No |
aether-util-1.0.2.v20150114.jar | 146.9 kB | 126 | 101 | 13 | 1.5 | Yes | No |
org.eclipse.sisu.inject-0.3.2.jar | 377.6 kB | 288 | 270 | 9 | 1.6 | Yes | No |
org.eclipse.sisu.plexus-0.3.2.jar | 205.4 kB | 196 | 164 | 20 | 1.6 | Yes | No |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes | No |
hamcrest-core-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes | No |
hamcrest-library-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes | No |
annotations-24.1.0.jar | 30.6 kB | 70 | 60 | 3 | 9 | Yes | No |
junit-jupiter-5.10.1.jar | 6.4 kB | 5 | 1 | 1 | 9 | No | No |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | 9 | Yes | No |
junit-jupiter-engine-5.10.1.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes | No |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | 9 | Yes | No |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | 9 | Yes | No |
junit-platform-engine-1.10.1.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes | No |
mockito-core-5.10.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes | No |
mockito-junit-jupiter-5.10.0.jar | 8.9 kB | 13 | 5 | 2 | 11 | Yes | No |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes | No |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes | No |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes | No |
plexus-build-api-0.0.7.jar | 8.5 kB | 19 | 4 | 1 | 1.4 | Yes | No |
plexus-cipher-1.4.jar | 13.5 kB | 20 | 6 | 1 | 1.4 | Yes | No |
plexus-sec-dispatcher-1.3.jar | 28.6 kB | 31 | 13 | 3 | 1.4 | Yes | No |
spring-core-5.3.39.jar | 1.5 MB | 1037 | 978 | 49 | 1.8 | Yes | No |
spring-jcl-5.3.39.jar | 25.2 kB | 28 | 17 | 2 | 1.8 | Yes | No |
xz-1.9.jar | 116 kB | 132 | 117 | 10 | 9 | No | Yes |
snakeyaml-2.3.jar | 342.2 kB | 284 | 236 | 24 | 9 | Yes | No |
77 | 28.5 MB | 16706 | 14830 | 785 | 11 | 72 | 1 |
compile: 31 | compile: 9.8 MB | compile: 7305 | compile: 6388 | compile: 361 | 11 | compile: 30 | - |
runtime: 2 | runtime: 6.8 MB | runtime: 212 | runtime: 153 | runtime: 13 | runtime: 1 | runtime: 1 | |
provided: 28 | provided: 5.2 MB | provided: 4341 | provided: 3758 | provided: 219 | provided: 26 | - | |
test: 16 | test: 6.7 MB | test: 4848 | test: 4531 | test: 192 | 11 | test: 15 | - |