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