GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-reboot |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-reboot-3.5.0.pom | |
mule-module-reboot-3.5.0.jar | 16 KB |
mule-module-reboot-3.5.0-sources.jar | 8 KB |
mule-module-reboot-3.5.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-reboot/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-reboot</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-reboot/
implementation 'org.mule.modules:mule-module-reboot:3.5.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-reboot/
implementation ("org.mule.modules:mule-module-reboot:3.5.0")
'org.mule.modules:mule-module-reboot:jar:3.5.0'
<dependency org="org.mule.modules" name="mule-module-reboot" rev="3.5.0">
<artifact name="mule-module-reboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-reboot', version='3.5.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-reboot" % "3.5.0"
[org.mule.modules/mule-module-reboot "3.5.0"]