m

mule-services-all

This is a meta module that allows easy referencing of all services implementations. This is needed in our various distributions we publish.
Files download
File Operation
mule-services-all-4.0.0-rc.pom download
Apache Maven
<dependency>
  <groupId>org.mule.distributions</groupId>
  <artifactId>mule-services-all</artifactId>
  <version>4.0.0-rc</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule.distributions:mule-services-all:4.0.0-rc'
Gradle Kotlin
implementation("org.mule.distributions:mule-services-all:4.0.0-rc")
Scala SBT
libraryDependencies += "org.mule.distributions" % "mule-services-all" % "4.0.0-rc"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.distributions', module='mule-services-all', version='4.0.0-rc')
)
Apache Ivy
<dependency org="org.mule.distributions" name="mule-services-all" rev="4.0.0-rc" />
Leiningen
[org.mule.distributions/mule-services-all "4.0.0-rc"]
Apache Buildr
'org.mule.distributions:mule-services-all:jar:4.0.0-rc'