Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.leozhang123 |
ArtifactId | ArtifactIdzaudit-spring-boot-autoconfigure |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot-autoconfigure</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/
implementation 'com.github.leozhang123:zaudit-spring-boot-autoconfigure:0.1'
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/
implementation ("com.github.leozhang123:zaudit-spring-boot-autoconfigure:0.1")
'com.github.leozhang123:zaudit-spring-boot-autoconfigure:jar:0.1'
<dependency org="com.github.leozhang123" name="zaudit-spring-boot-autoconfigure" rev="0.1">
<artifact name="zaudit-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leozhang123', module='zaudit-spring-boot-autoconfigure', version='0.1')
)
libraryDependencies += "com.github.leozhang123" % "zaudit-spring-boot-autoconfigure" % "0.1"
[com.github.leozhang123/zaudit-spring-boot-autoconfigure "0.1"]