m

mule-tests-integration

Tests which ensure that Mule sub projects work well together.
Files download
File Operation
mule-tests-integration-3.5.0-bighorn.jar download
mule-tests-integration-3.5.0-bighorn.pom download
Apache Maven
<dependency>
  <groupId>org.mule.tests</groupId>
  <artifactId>mule-tests-integration</artifactId>
  <version>3.5.0-bighorn</version>
</dependency>
Gradle Groovy
implementation 'org.mule.tests:mule-tests-integration:3.5.0-bighorn'
Gradle Kotlin
implementation("org.mule.tests:mule-tests-integration:3.5.0-bighorn")
Scala SBT
libraryDependencies += "org.mule.tests" % "mule-tests-integration" % "3.5.0-bighorn"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.tests', module='mule-tests-integration', version='3.5.0-bighorn')
)
Apache Ivy
<dependency org="org.mule.tests" name="mule-tests-integration" rev="3.5.0-bighorn" />
Leiningen
[org.mule.tests/mule-tests-integration "3.5.0-bighorn"]
Apache Buildr
'org.mule.tests:mule-tests-integration:jar:3.5.0-bighorn'