Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdai.houyi |
ArtifactId | ArtifactIddorado-spring-boot-starter |
Version | Version0.0.47 |
Type | Typejar |
Filename | Size |
---|---|
dorado-spring-boot-starter-0.0.47.pom | |
dorado-spring-boot-starter-0.0.47.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.47</version>
</dependency>
// https://jarcasting.com/artifacts/ai.houyi/dorado-spring-boot-starter/
implementation 'ai.houyi:dorado-spring-boot-starter:0.0.47'
// https://jarcasting.com/artifacts/ai.houyi/dorado-spring-boot-starter/
implementation ("ai.houyi:dorado-spring-boot-starter:0.0.47")
'ai.houyi:dorado-spring-boot-starter:jar:0.0.47'
<dependency org="ai.houyi" name="dorado-spring-boot-starter" rev="0.0.47">
<artifact name="dorado-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.houyi', module='dorado-spring-boot-starter', version='0.0.47')
)
libraryDependencies += "ai.houyi" % "dorado-spring-boot-starter" % "0.0.47"
[ai.houyi/dorado-spring-boot-starter "0.0.47"]