MVN

org.mule.tests : smart-connector-using-http

Maven & Gradle

Apr 21, 2018

Smart Connector using HTTP Connector · A Mule extension done with pure Mule DSL that depends on the HTTP Connector (http:requester-config, http:requester, etc. )

<dependency>
    <groupId>org.mule.tests</groupId>
    <artifactId>smart-connector-using-http</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.tests : smart-connector-using-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1
  • Latest Release Candidate: 4.0.0-rc
  • Latest Beta: 4.0.0-BETA.4

All Versions

Choose a version of org.mule.tests : smart-connector-using-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
smart-connector-using-http-4.1.1
4.0.x
smart-connector-using-http-4.0.0-rc
smart-connector-using-http-4.0.0-BETA.4

How to add a dependency to Maven

Add the following org.mule.tests : smart-connector-using-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.tests</groupId>
    <artifactId>smart-connector-using-http</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.tests : smart-connector-using-http gradle dependency to your build.gradle file:

implementation 'org.mule.tests:smart-connector-using-http:4.1.1'

Gradle Kotlin DSL: Add the following org.mule.tests : smart-connector-using-http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.tests:smart-connector-using-http:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.tests : smart-connector-using-http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.tests" % "smart-connector-using-http" % "4.1.1"