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