GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-boot |
Version | Version3.0.0-M2-20091026 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-boot-3.0.0-M2-20091026.pom | |
mule-module-boot-3.0.0-M2-20091026.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-boot/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-boot</artifactId>
<version>3.0.0-M2-20091026</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-boot/
implementation 'org.mule.modules:mule-module-boot:3.0.0-M2-20091026'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-boot/
implementation ("org.mule.modules:mule-module-boot:3.0.0-M2-20091026")
'org.mule.modules:mule-module-boot:jar:3.0.0-M2-20091026'
<dependency org="org.mule.modules" name="mule-module-boot" rev="3.0.0-M2-20091026">
<artifact name="mule-module-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-boot', version='3.0.0-M2-20091026')
)
libraryDependencies += "org.mule.modules" % "mule-module-boot" % "3.0.0-M2-20091026"
[org.mule.modules/mule-module-boot "3.0.0-M2-20091026"]