Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdio.github.suxil |
ArtifactId | ArtifactIdspring-boot-starter-dict-client |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.suxil/spring-boot-starter-dict-client/ -->
<dependency>
<groupId>io.github.suxil</groupId>
<artifactId>spring-boot-starter-dict-client</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.suxil/spring-boot-starter-dict-client/
implementation 'io.github.suxil:spring-boot-starter-dict-client:0.0.8'
// https://jarcasting.com/artifacts/io.github.suxil/spring-boot-starter-dict-client/
implementation ("io.github.suxil:spring-boot-starter-dict-client:0.0.8")
'io.github.suxil:spring-boot-starter-dict-client:jar:0.0.8'
<dependency org="io.github.suxil" name="spring-boot-starter-dict-client" rev="0.0.8">
<artifact name="spring-boot-starter-dict-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.suxil', module='spring-boot-starter-dict-client', version='0.0.8')
)
libraryDependencies += "io.github.suxil" % "spring-boot-starter-dict-client" % "0.0.8"
[io.github.suxil/spring-boot-starter-dict-client "0.0.8"]