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