Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.hawkore.springframework.boot |
ArtifactId | ArtifactIdmule4-spring-boot-starter-ce |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mule4-spring-boot-starter-ce-1.0.1.pom | |
mule4-spring-boot-starter-ce-1.0.1.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-starter-ce/ -->
<dependency>
<groupId>org.hawkore.springframework.boot</groupId>
<artifactId>mule4-spring-boot-starter-ce</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-starter-ce/
implementation 'org.hawkore.springframework.boot:mule4-spring-boot-starter-ce:1.0.1'
// https://jarcasting.com/artifacts/org.hawkore.springframework.boot/mule4-spring-boot-starter-ce/
implementation ("org.hawkore.springframework.boot:mule4-spring-boot-starter-ce:1.0.1")
'org.hawkore.springframework.boot:mule4-spring-boot-starter-ce:jar:1.0.1'
<dependency org="org.hawkore.springframework.boot" name="mule4-spring-boot-starter-ce" rev="1.0.1">
<artifact name="mule4-spring-boot-starter-ce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkore.springframework.boot', module='mule4-spring-boot-starter-ce', version='1.0.1')
)
libraryDependencies += "org.hawkore.springframework.boot" % "mule4-spring-boot-starter-ce" % "1.0.1"
[org.hawkore.springframework.boot/mule4-spring-boot-starter-ce "1.0.1"]