Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdrewrite-spring-boot-starter |
Version | Version3.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joinfaces/rewrite-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>rewrite-spring-boot-starter</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/rewrite-spring-boot-starter/
implementation 'org.joinfaces:rewrite-spring-boot-starter:3.2.4'
// https://jarcasting.com/artifacts/org.joinfaces/rewrite-spring-boot-starter/
implementation ("org.joinfaces:rewrite-spring-boot-starter:3.2.4")
'org.joinfaces:rewrite-spring-boot-starter:jar:3.2.4'
<dependency org="org.joinfaces" name="rewrite-spring-boot-starter" rev="3.2.4">
<artifact name="rewrite-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='rewrite-spring-boot-starter', version='3.2.4')
)
libraryDependencies += "org.joinfaces" % "rewrite-spring-boot-starter" % "3.2.4"
[org.joinfaces/rewrite-spring-boot-starter "3.2.4"]