Categories |
CategoriesSpring Boot Container Microservices Nacos |
---|---|
GroupId | GroupIdcom.alibaba.boot |
ArtifactId | ArtifactIdnacos-spring-boot-parent |
Version | Version0.2.8-bugfix |
Type | Typepom |
Filename | Size |
---|---|
nacos-spring-boot-parent-0.2.8-bugfix.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.boot/nacos-spring-boot-parent/ -->
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>nacos-spring-boot-parent</artifactId>
<version>0.2.8-bugfix</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.boot/nacos-spring-boot-parent/
implementation 'com.alibaba.boot:nacos-spring-boot-parent:0.2.8-bugfix'
// https://jarcasting.com/artifacts/com.alibaba.boot/nacos-spring-boot-parent/
implementation ("com.alibaba.boot:nacos-spring-boot-parent:0.2.8-bugfix")
'com.alibaba.boot:nacos-spring-boot-parent:pom:0.2.8-bugfix'
<dependency org="com.alibaba.boot" name="nacos-spring-boot-parent" rev="0.2.8-bugfix">
<artifact name="nacos-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='nacos-spring-boot-parent', version='0.2.8-bugfix')
)
libraryDependencies += "com.alibaba.boot" % "nacos-spring-boot-parent" % "0.2.8-bugfix"
[com.alibaba.boot/nacos-spring-boot-parent "0.2.8-bugfix"]