Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.loocao.boot |
ArtifactId | ArtifactIdspring-boot-starter-enjoy |
Version | Version2.0.0.M6-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.loocao.boot/spring-boot-starter-enjoy/ -->
<dependency>
<groupId>com.gitee.loocao.boot</groupId>
<artifactId>spring-boot-starter-enjoy</artifactId>
<version>2.0.0.M6-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.loocao.boot/spring-boot-starter-enjoy/
implementation 'com.gitee.loocao.boot:spring-boot-starter-enjoy:2.0.0.M6-alpha'
// https://jarcasting.com/artifacts/com.gitee.loocao.boot/spring-boot-starter-enjoy/
implementation ("com.gitee.loocao.boot:spring-boot-starter-enjoy:2.0.0.M6-alpha")
'com.gitee.loocao.boot:spring-boot-starter-enjoy:jar:2.0.0.M6-alpha'
<dependency org="com.gitee.loocao.boot" name="spring-boot-starter-enjoy" rev="2.0.0.M6-alpha">
<artifact name="spring-boot-starter-enjoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.loocao.boot', module='spring-boot-starter-enjoy', version='2.0.0.M6-alpha')
)
libraryDependencies += "com.gitee.loocao.boot" % "spring-boot-starter-enjoy" % "2.0.0.M6-alpha"
[com.gitee.loocao.boot/spring-boot-starter-enjoy "2.0.0.M6-alpha"]