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