Categories |
CategoriesGroovy Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.stylefeng.roses |
ArtifactId | ArtifactIdgroovy-spring-boot-starter |
Version | Version7.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/groovy-spring-boot-starter/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>groovy-spring-boot-starter</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/groovy-spring-boot-starter/
implementation 'cn.stylefeng.roses:groovy-spring-boot-starter:7.2.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/groovy-spring-boot-starter/
implementation ("cn.stylefeng.roses:groovy-spring-boot-starter:7.2.0")
'cn.stylefeng.roses:groovy-spring-boot-starter:jar:7.2.0'
<dependency org="cn.stylefeng.roses" name="groovy-spring-boot-starter" rev="7.2.0">
<artifact name="groovy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='groovy-spring-boot-starter', version='7.2.0')
)
libraryDependencies += "cn.stylefeng.roses" % "groovy-spring-boot-starter" % "7.2.0"
[cn.stylefeng.roses/groovy-spring-boot-starter "7.2.0"]