MVN

com.catify.bpmn : integration-spi-camel

Maven & Gradle

Feb 06, 2013
1 usages
0 stars

catify BPMN Engine Core - Camel Integration Service Provider · Camel service provider for the Integration SPI of the catify BPMN Engine Core

<dependency>
    <groupId>com.catify.bpmn</groupId>
    <artifactId>integration-spi-camel</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.catify.bpmn : integration-spi-camel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.catify.bpmn : integration-spi-camel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
integration-spi-camel-1.1

How to add a dependency to Maven

Add the following com.catify.bpmn : integration-spi-camel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.catify.bpmn</groupId>
    <artifactId>integration-spi-camel</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.catify.bpmn : integration-spi-camel gradle dependency to your build.gradle file:

implementation 'com.catify.bpmn:integration-spi-camel:1.1'

Gradle Kotlin DSL: Add the following com.catify.bpmn : integration-spi-camel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.catify.bpmn:integration-spi-camel:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.catify.bpmn : integration-spi-camel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.catify.bpmn" % "integration-spi-camel" % "1.1"