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