Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.hccake |
ArtifactId | ArtifactIdballcat-spring-boot-starter-log |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-log/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-spring-boot-starter-log</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-log/
implementation 'com.hccake:ballcat-spring-boot-starter-log:0.0.2'
// https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-log/
implementation ("com.hccake:ballcat-spring-boot-starter-log:0.0.2")
'com.hccake:ballcat-spring-boot-starter-log:jar:0.0.2'
<dependency org="com.hccake" name="ballcat-spring-boot-starter-log" rev="0.0.2">
<artifact name="ballcat-spring-boot-starter-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-spring-boot-starter-log', version='0.0.2')
)
libraryDependencies += "com.hccake" % "ballcat-spring-boot-starter-log" % "0.0.2"
[com.hccake/ballcat-spring-boot-starter-log "0.0.2"]