License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.hawkore.springframework.boot |
ArtifactId | ArtifactIdmule4-spring-boot-container |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Container for Mule 4 Runtime
A 'Bootiful' approach to run Mule 4 embedded into a Spring Boot application
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-container/ -->
<dependency>
<groupId>org.hawkore.springframework.boot</groupId>
<artifactId>mule4-spring-boot-container</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-container/
implementation 'org.hawkore.springframework.boot:mule4-spring-boot-container:2.0.0'
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-container/
implementation ("org.hawkore.springframework.boot:mule4-spring-boot-container:2.0.0")
'org.hawkore.springframework.boot:mule4-spring-boot-container:jar:2.0.0'
<dependency org="org.hawkore.springframework.boot" name="mule4-spring-boot-container" rev="2.0.0">
<artifact name="mule4-spring-boot-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkore.springframework.boot', module='mule4-spring-boot-container', version='2.0.0')
)
libraryDependencies += "org.hawkore.springframework.boot" % "mule4-spring-boot-container" % "2.0.0"
[org.hawkore.springframework.boot/mule4-spring-boot-container "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.1.4.RELEASE |
org.mule.distributions : mule-runtime-impl-bom | pom | 4.2.2-hf5 |