не последняя версия
Последняя версия 3.4.0

org.mule.distributions:mule 3.3-M2

Assembles the Mule core, modules, and transports into a single library (jar). This is useful for embedding Mule into an existing project.

Категории

Категории

Distribution Компиляция и сборка
Группа

Группа

org.mule.distributions
Идентификатор

Идентификатор

mule
Версия

Версия

3.3-M2
Тип

Тип

jar

Скачать mule 3.3-M2

Имя Файла Размер
mule-3.3-M2.pom 18 KB
mule-3.3-M2-tests.jar 3 KB
mule-3.3-M2-embedded.jar 3 MB
Обзор

<!-- https://jarcasting.com/artifacts/org.mule.distributions/mule/ -->
<dependency>
    <groupId>org.mule.distributions</groupId>
    <artifactId>mule</artifactId>
    <version>3.3-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.distributions/mule/
implementation 'org.mule.distributions:mule:3.3-M2'
// https://jarcasting.com/artifacts/org.mule.distributions/mule/
implementation ("org.mule.distributions:mule:3.3-M2")
'org.mule.distributions:mule:jar:3.3-M2'
<dependency org="org.mule.distributions" name="mule" rev="3.3-M2">
  <artifact name="mule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.distributions', module='mule', version='3.3-M2')
)
libraryDependencies += "org.mule.distributions" % "mule" % "3.3-M2"
[org.mule.distributions/mule "3.3-M2"]