Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdorg.opoo.ootp |
ArtifactId | ArtifactIdootp-client-spring-boot-starter |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client-spring-boot-starter/ -->
<dependency>
<groupId>org.opoo.ootp</groupId>
<artifactId>ootp-client-spring-boot-starter</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client-spring-boot-starter/
implementation 'org.opoo.ootp:ootp-client-spring-boot-starter:1.4.1'
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client-spring-boot-starter/
implementation ("org.opoo.ootp:ootp-client-spring-boot-starter:1.4.1")
'org.opoo.ootp:ootp-client-spring-boot-starter:jar:1.4.1'
<dependency org="org.opoo.ootp" name="ootp-client-spring-boot-starter" rev="1.4.1">
<artifact name="ootp-client-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opoo.ootp', module='ootp-client-spring-boot-starter', version='1.4.1')
)
libraryDependencies += "org.opoo.ootp" % "ootp-client-spring-boot-starter" % "1.4.1"
[org.opoo.ootp/ootp-client-spring-boot-starter "1.4.1"]