License |
License |
---|---|
Categories |
CategoriesNacos Container Microservices |
GroupId | GroupIdcom.alibaba.nacos |
ArtifactId | ArtifactIdnacos-naming |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnacos-naming 0.8.0
Top Nacos project pom.xml file
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
nacos-naming-0.8.0.pom | |
nacos-naming-0.8.0.jar | 294 KB |
nacos-naming-0.8.0-sources.jar | 142 KB |
nacos-naming-0.8.0-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.nacos/nacos-naming/ -->
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-naming</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.nacos/nacos-naming/
implementation 'com.alibaba.nacos:nacos-naming:0.8.0'
// https://jarcasting.com/artifacts/com.alibaba.nacos/nacos-naming/
implementation ("com.alibaba.nacos:nacos-naming:0.8.0")
'com.alibaba.nacos:nacos-naming:jar:0.8.0'
<dependency org="com.alibaba.nacos" name="nacos-naming" rev="0.8.0">
<artifact name="nacos-naming" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.nacos', module='nacos-naming', version='0.8.0')
)
libraryDependencies += "com.alibaba.nacos" % "nacos-naming" % "0.8.0"
[com.alibaba.nacos/nacos-naming "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.springframework.boot : spring-boot-starter-test | jar |