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