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