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.0 |
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.0</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.0'
// https://jarcasting.com/artifacts/cn.hangsman.operatelog/operate-log-spring-boot-autoconfigure/
implementation ("cn.hangsman.operatelog:operate-log-spring-boot-autoconfigure:1.0.0")
'cn.hangsman.operatelog:operate-log-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="cn.hangsman.operatelog" name="operate-log-spring-boot-autoconfigure" rev="1.0.0">
<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.0')
)
libraryDependencies += "cn.hangsman.operatelog" % "operate-log-spring-boot-autoconfigure" % "1.0.0"
[cn.hangsman.operatelog/operate-log-spring-boot-autoconfigure "1.0.0"]