GroupId | GroupIdorg.mule.runtime |
---|---|
ArtifactId | ArtifactIdmule-module-reboot |
Version | Version4.0.0-BETA.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.runtime/mule-module-reboot/ -->
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-reboot</artifactId>
<version>4.0.0-BETA.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.runtime/mule-module-reboot/
implementation 'org.mule.runtime:mule-module-reboot:4.0.0-BETA.4'
// https://jarcasting.com/artifacts/org.mule.runtime/mule-module-reboot/
implementation ("org.mule.runtime:mule-module-reboot:4.0.0-BETA.4")
'org.mule.runtime:mule-module-reboot:jar:4.0.0-BETA.4'
<dependency org="org.mule.runtime" name="mule-module-reboot" rev="4.0.0-BETA.4">
<artifact name="mule-module-reboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.runtime', module='mule-module-reboot', version='4.0.0-BETA.4')
)
libraryDependencies += "org.mule.runtime" % "mule-module-reboot" % "4.0.0-BETA.4"
[org.mule.runtime/mule-module-reboot "4.0.0-BETA.4"]