Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.rocketmix |
ArtifactId | ArtifactIdrocketmix-spring-boot-starter |
Version | Version1.0.33 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-spring-boot-starter/ -->
<dependency>
<groupId>io.github.rocketmix</groupId>
<artifactId>rocketmix-spring-boot-starter</artifactId>
<version>1.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-spring-boot-starter/
implementation 'io.github.rocketmix:rocketmix-spring-boot-starter:1.0.33'
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-spring-boot-starter/
implementation ("io.github.rocketmix:rocketmix-spring-boot-starter:1.0.33")
'io.github.rocketmix:rocketmix-spring-boot-starter:jar:1.0.33'
<dependency org="io.github.rocketmix" name="rocketmix-spring-boot-starter" rev="1.0.33">
<artifact name="rocketmix-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rocketmix', module='rocketmix-spring-boot-starter', version='1.0.33')
)
libraryDependencies += "io.github.rocketmix" % "rocketmix-spring-boot-starter" % "1.0.33"
[io.github.rocketmix/rocketmix-spring-boot-starter "1.0.33"]