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

org.mule.distributions:mule 3.0.0

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.0.0
Тип

Тип

jar

Скачать mule 3.0.0

Имя Файла Размер
mule-3.0.0.pom 16 KB
mule-3.0.0-embedded.jar 2 MB
Обзор

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