Categories |
CategoriesCLI User Interface Nacos Container Microservices |
---|---|
GroupId | GroupIdcn.aghost |
ArtifactId | ArtifactIdnacos-client |
Version | Version1.2.1.aghost-fix.20201109 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.aghost/nacos-client/ -->
<dependency>
<groupId>cn.aghost</groupId>
<artifactId>nacos-client</artifactId>
<version>1.2.1.aghost-fix.20201109</version>
</dependency>
// https://jarcasting.com/artifacts/cn.aghost/nacos-client/
implementation 'cn.aghost:nacos-client:1.2.1.aghost-fix.20201109'
// https://jarcasting.com/artifacts/cn.aghost/nacos-client/
implementation ("cn.aghost:nacos-client:1.2.1.aghost-fix.20201109")
'cn.aghost:nacos-client:jar:1.2.1.aghost-fix.20201109'
<dependency org="cn.aghost" name="nacos-client" rev="1.2.1.aghost-fix.20201109">
<artifact name="nacos-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.aghost', module='nacos-client', version='1.2.1.aghost-fix.20201109')
)
libraryDependencies += "cn.aghost" % "nacos-client" % "1.2.1.aghost-fix.20201109"
[cn.aghost/nacos-client "1.2.1.aghost-fix.20201109"]