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