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