Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcn.hangsman.operationlog |
ArtifactId | ArtifactIdoperation-log-spring-boot-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.hangsman.operationlog</groupId>
<artifactId>operation-log-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/
implementation 'cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/
implementation ("cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:1.0.0")
'cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="cn.hangsman.operationlog" name="operation-log-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="operation-log-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-spring-boot-autoconfigure" % "1.0.0"
[cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure "1.0.0"]