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