Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdoss-spring-boot-autoconfigure |
Version | Version1.0.42 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/oss-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>oss-spring-boot-autoconfigure</artifactId>
<version>1.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/oss-spring-boot-autoconfigure/
implementation 'in.hocg.boot:oss-spring-boot-autoconfigure:1.0.42'
// https://jarcasting.com/artifacts/in.hocg.boot/oss-spring-boot-autoconfigure/
implementation ("in.hocg.boot:oss-spring-boot-autoconfigure:1.0.42")
'in.hocg.boot:oss-spring-boot-autoconfigure:jar:1.0.42'
<dependency org="in.hocg.boot" name="oss-spring-boot-autoconfigure" rev="1.0.42">
<artifact name="oss-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='oss-spring-boot-autoconfigure', version='1.0.42')
)
libraryDependencies += "in.hocg.boot" % "oss-spring-boot-autoconfigure" % "1.0.42"
[in.hocg.boot/oss-spring-boot-autoconfigure "1.0.42"]