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