GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-reboot |
Version | Version3.0.0 |
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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-reboot/
implementation 'org.mule.modules:mule-module-reboot:3.0.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-reboot/
implementation ("org.mule.modules:mule-module-reboot:3.0.0")
'org.mule.modules:mule-module-reboot:jar:3.0.0'
<dependency org="org.mule.modules" name="mule-module-reboot" rev="3.0.0">
<artifact name="mule-module-reboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-reboot', version='3.0.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-reboot" % "3.0.0"
[org.mule.modules/mule-module-reboot "3.0.0"]