Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcn.hiboot.mcn |
ArtifactId | ArtifactIdmcn-boot-autoconfigure |
Version | Version2.5.4 |
Type | Typejar |
Filename | Size |
---|---|
mcn-boot-autoconfigure-2.5.4.pom | |
mcn-boot-autoconfigure-2.5.4.jar | 103 KB |
mcn-boot-autoconfigure-2.5.4-sources.jar | 61 KB |
mcn-boot-autoconfigure-2.5.4-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hiboot.mcn/mcn-boot-autoconfigure/ -->
<dependency>
<groupId>cn.hiboot.mcn</groupId>
<artifactId>mcn-boot-autoconfigure</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hiboot.mcn/mcn-boot-autoconfigure/
implementation 'cn.hiboot.mcn:mcn-boot-autoconfigure:2.5.4'
// https://jarcasting.com/artifacts/cn.hiboot.mcn/mcn-boot-autoconfigure/
implementation ("cn.hiboot.mcn:mcn-boot-autoconfigure:2.5.4")
'cn.hiboot.mcn:mcn-boot-autoconfigure:jar:2.5.4'
<dependency org="cn.hiboot.mcn" name="mcn-boot-autoconfigure" rev="2.5.4">
<artifact name="mcn-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hiboot.mcn', module='mcn-boot-autoconfigure', version='2.5.4')
)
libraryDependencies += "cn.hiboot.mcn" % "mcn-boot-autoconfigure" % "2.5.4"
[cn.hiboot.mcn/mcn-boot-autoconfigure "2.5.4"]