MVN

br.com.senior : seniorx-http-camel-api

Maven & Gradle

May 17, 2022
1 usages
1 stars

Senior X HTTP Camel API · API to create camel routes consuming/producing messages from/to Senior X platform

<dependency>
    <groupId>br.com.senior</groupId>
    <artifactId>seniorx-http-camel-api</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.senior : seniorx-http-camel-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Alpha: 1.3.0-alpha-0

All Versions

Choose a version of br.com.senior : seniorx-http-camel-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
seniorx-http-camel-api-1.3.0
seniorx-http-camel-api-1.3.0-alpha-0
1.2.x
seniorx-http-camel-api-1.2.0
seniorx-http-camel-api-1.2.0-alpha-3
seniorx-http-camel-api-1.2.0-alpha-2
seniorx-http-camel-api-1.2.0-alpha-1
seniorx-http-camel-api-1.2.0-alpha-0
1.1.x
seniorx-http-camel-api-1.1.0
1.0.x
seniorx-http-camel-api-1.0.0
0.0.x
seniorx-http-camel-api-0.0.29-alpha
seniorx-http-camel-api-0.0.27-alpha
seniorx-http-camel-api-0.0.26-alpha
seniorx-http-camel-api-0.0.25-alhpa
seniorx-http-camel-api-0.0.24-alpha
seniorx-http-camel-api-0.0.23-alpha
seniorx-http-camel-api-0.0.22-alpha
seniorx-http-camel-api-0.0.21-alpha
seniorx-http-camel-api-0.0.20-alpha
seniorx-http-camel-api-0.0.19-alpha
seniorx-http-camel-api-0.0.18-alpha
seniorx-http-camel-api-0.0.17-alpha
seniorx-http-camel-api-0.0.16-alpha
seniorx-http-camel-api-0.0.15-alpha
seniorx-http-camel-api-0.0.14-alpha
seniorx-http-camel-api-0.0.13-alpha
seniorx-http-camel-api-0.0.12-alpha
seniorx-http-camel-api-0.0.11-alpha
seniorx-http-camel-api-0.0.10-alpha
seniorx-http-camel-api-0.0.9-alpha
seniorx-http-camel-api-0.0.8-alpha
seniorx-http-camel-api-0.0.7-alpha
seniorx-http-camel-api-0.0.6-alpha
seniorx-http-camel-api-0.0.5-alpha
seniorx-http-camel-api-0.0.4-alpha
seniorx-http-camel-api-0.0.3-alpha
seniorx-http-camel-api-0.0.2-alpha
seniorx-http-camel-api-0.0.1-alpha

How to add a dependency to Maven

Add the following br.com.senior : seniorx-http-camel-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.senior</groupId>
    <artifactId>seniorx-http-camel-api</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.senior : seniorx-http-camel-api gradle dependency to your build.gradle file:

implementation 'br.com.senior:seniorx-http-camel-api:1.3.0'

Gradle Kotlin DSL: Add the following br.com.senior : seniorx-http-camel-api gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.senior:seniorx-http-camel-api:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.senior : seniorx-http-camel-api sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.senior" % "seniorx-http-camel-api" % "1.3.0"

Advertisement