Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.taptech |
ArtifactId | ArtifactIdmule-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.taptech/mule-spring-boot-starter/ -->
<dependency>
<groupId>net.taptech</groupId>
<artifactId>mule-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.taptech/mule-spring-boot-starter/
implementation 'net.taptech:mule-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/net.taptech/mule-spring-boot-starter/
implementation ("net.taptech:mule-spring-boot-starter:1.0.0")
'net.taptech:mule-spring-boot-starter:jar:1.0.0'
<dependency org="net.taptech" name="mule-spring-boot-starter" rev="1.0.0">
<artifact name="mule-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.taptech', module='mule-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "net.taptech" % "mule-spring-boot-starter" % "1.0.0"
[net.taptech/mule-spring-boot-starter "1.0.0"]