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