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