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