Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.hawkore.springframework.boot |
ArtifactId | ArtifactIdmule4-spring-boot-container |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-container/
implementation 'org.hawkore.springframework.boot:mule4-spring-boot-container:1.0.1'
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-container/
implementation ("org.hawkore.springframework.boot:mule4-spring-boot-container:1.0.1")
'org.hawkore.springframework.boot:mule4-spring-boot-container:jar:1.0.1'
<dependency org="org.hawkore.springframework.boot" name="mule4-spring-boot-container" rev="1.0.1">
<artifact name="mule4-spring-boot-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkore.springframework.boot', module='mule4-spring-boot-container', version='1.0.1')
)
libraryDependencies += "org.hawkore.springframework.boot" % "mule4-spring-boot-container" % "1.0.1"
[org.hawkore.springframework.boot/mule4-spring-boot-container "1.0.1"]