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