m

mule-tests-integration-jdk6

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