| Categories |
CategoriesSpring Boot Container Microservices Nacos |
|---|---|
| GroupId | GroupIdcom.alibaba.boot |
| ArtifactId | ArtifactIdnacos-spring-boot-parent |
| Last Version | Last Version0.2.11 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionNacos Spring Boot Parent
Nacos Spring Boot Parent
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nacos-spring-boot-parent-0.2.11.pom | 18 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.11</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.11'
// https://jarcasting.com/artifacts/com.alibaba.boot/nacos-spring-boot-parent/
implementation ("com.alibaba.boot:nacos-spring-boot-parent:0.2.11")
'com.alibaba.boot:nacos-spring-boot-parent:pom:0.2.11'
<dependency org="com.alibaba.boot" name="nacos-spring-boot-parent" rev="0.2.11">
<artifact name="nacos-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='nacos-spring-boot-parent', version='0.2.11')
)
libraryDependencies += "com.alibaba.boot" % "nacos-spring-boot-parent" % "0.2.11"
[com.alibaba.boot/nacos-spring-boot-parent "0.2.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.13.1 |