Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.48 KB

xoom-lattice-exchange-camel

Javadocs Build Download Gitter chat

The VLINGO XOOM platform SDK implementation of XOOM LATTICE Exchange for Apache Camel.

Docs: https://docs.vlingo.io/xoom-lattice/exchange

Installation

  <dependencies>
    <dependency>
      <groupId>io.vlingo.xoom</groupId>
      <artifactId>xoom-lattice-exchange-camel</artifactId>
      <version>1.11.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo.xoom:xoom-lattice-exchange-camel:1.11.1'
}

License (See LICENSE file for full license)

Copyright © 2012-2023 VLINGO LABS. All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.