Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.xxelin |
ArtifactId | ArtifactIdwhale-spring-boot-starter |
Version | Version0.0.9-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xxelin/whale-spring-boot-starter/ -->
<dependency>
<groupId>com.xxelin</groupId>
<artifactId>whale-spring-boot-starter</artifactId>
<version>0.0.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.xxelin/whale-spring-boot-starter/
implementation 'com.xxelin:whale-spring-boot-starter:0.0.9-RELEASE'
// https://jarcasting.com/artifacts/com.xxelin/whale-spring-boot-starter/
implementation ("com.xxelin:whale-spring-boot-starter:0.0.9-RELEASE")
'com.xxelin:whale-spring-boot-starter:jar:0.0.9-RELEASE'
<dependency org="com.xxelin" name="whale-spring-boot-starter" rev="0.0.9-RELEASE">
<artifact name="whale-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xxelin', module='whale-spring-boot-starter', version='0.0.9-RELEASE')
)
libraryDependencies += "com.xxelin" % "whale-spring-boot-starter" % "0.0.9-RELEASE"
[com.xxelin/whale-spring-boot-starter "0.0.9-RELEASE"]