Skip to content

Custom Libraries/Dependencies

Use case

Custom libraries or dependencies can be utilized in integration projects. The instructions below explain how to incorporate an external library or dependency into the project.

Design

Image title

  1. Open application.properties file in a project
  2. Add dependency in camel.jbang.dependencies in the format of group:artifactId:version
  3. Use comma to separate multiple dependencies.

    Note

    Apache Camel components and dependencies related to Enterprise Integration Patterns (EIP), expressions, and data formats should not be manually added to camel.jbang.dependencies. Instead, they are automatically resolved by analyzing the *.camel.yaml files.

Maven Mirror

The Talisman Platform includes an out-of-the-box Maven Repository mirror that stores essential dependencies for project builds. This mirror can be configured to download dependencies from Maven Central or other custom Maven repositories.