Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdai.houyi |
ArtifactId | ArtifactIddorado-spring-boot-starter |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
dorado-spring-boot-starter-0.0.12.pom | |
dorado-spring-boot-starter-0.0.12.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.houyi/dorado-spring-boot-starter/ -->
<dependency>
<groupId>ai.houyi</groupId>
<artifactId>dorado-spring-boot-starter</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/ai.houyi/dorado-spring-boot-starter/
implementation 'ai.houyi:dorado-spring-boot-starter:0.0.12'
// https://jarcasting.com/artifacts/ai.houyi/dorado-spring-boot-starter/
implementation ("ai.houyi:dorado-spring-boot-starter:0.0.12")
'ai.houyi:dorado-spring-boot-starter:jar:0.0.12'
<dependency org="ai.houyi" name="dorado-spring-boot-starter" rev="0.0.12">
<artifact name="dorado-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.houyi', module='dorado-spring-boot-starter', version='0.0.12')
)
libraryDependencies += "ai.houyi" % "dorado-spring-boot-starter" % "0.0.12"
[ai.houyi/dorado-spring-boot-starter "0.0.12"]