Categories |
CategoriesNacos Container Microservices |
---|---|
GroupId | GroupIdcom.github.zz666zz |
ArtifactId | ArtifactIdnacos-example |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
nacos-example-1.0.pom | 784 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zz666zz/nacos-example/ -->
<dependency>
<groupId>com.github.zz666zz</groupId>
<artifactId>nacos-example</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zz666zz/nacos-example/
implementation 'com.github.zz666zz:nacos-example:1.0'
// https://jarcasting.com/artifacts/com.github.zz666zz/nacos-example/
implementation ("com.github.zz666zz:nacos-example:1.0")
'com.github.zz666zz:nacos-example:pom:1.0'
<dependency org="com.github.zz666zz" name="nacos-example" rev="1.0">
<artifact name="nacos-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zz666zz', module='nacos-example', version='1.0')
)
libraryDependencies += "com.github.zz666zz" % "nacos-example" % "1.0"
[com.github.zz666zz/nacos-example "1.0"]