Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdstore.sophi.xjr |
ArtifactId | ArtifactIdspring-boot-ai-face-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/store.sophi.xjr/spring-boot-ai-face-starter/ -->
<dependency>
<groupId>store.sophi.xjr</groupId>
<artifactId>spring-boot-ai-face-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/store.sophi.xjr/spring-boot-ai-face-starter/
implementation 'store.sophi.xjr:spring-boot-ai-face-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/store.sophi.xjr/spring-boot-ai-face-starter/
implementation ("store.sophi.xjr:spring-boot-ai-face-starter:1.0.0.RELEASE")
'store.sophi.xjr:spring-boot-ai-face-starter:jar:1.0.0.RELEASE'
<dependency org="store.sophi.xjr" name="spring-boot-ai-face-starter" rev="1.0.0.RELEASE">
<artifact name="spring-boot-ai-face-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='store.sophi.xjr', module='spring-boot-ai-face-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "store.sophi.xjr" % "spring-boot-ai-face-starter" % "1.0.0.RELEASE"
[store.sophi.xjr/spring-boot-ai-face-starter "1.0.0.RELEASE"]