Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdhttp-log-spring-boot-starter |
Version | Version1.0.24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/http-log-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>http-log-spring-boot-starter</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/http-log-spring-boot-starter/
implementation 'in.hocg.boot:http-log-spring-boot-starter:1.0.24'
// https://jarcasting.com/artifacts/in.hocg.boot/http-log-spring-boot-starter/
implementation ("in.hocg.boot:http-log-spring-boot-starter:1.0.24")
'in.hocg.boot:http-log-spring-boot-starter:jar:1.0.24'
<dependency org="in.hocg.boot" name="http-log-spring-boot-starter" rev="1.0.24">
<artifact name="http-log-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='http-log-spring-boot-starter', version='1.0.24')
)
libraryDependencies += "in.hocg.boot" % "http-log-spring-boot-starter" % "1.0.24"
[in.hocg.boot/http-log-spring-boot-starter "1.0.24"]