Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.rackspacecloud |
ArtifactId | ArtifactIdservice-registry-client |
Version | Version1.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rackspacecloud/service-registry-client/ -->
<dependency>
<groupId>com.rackspacecloud</groupId>
<artifactId>service-registry-client</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rackspacecloud/service-registry-client/
implementation 'com.rackspacecloud:service-registry-client:1.1.4'
// https://jarcasting.com/artifacts/com.rackspacecloud/service-registry-client/
implementation ("com.rackspacecloud:service-registry-client:1.1.4")
'com.rackspacecloud:service-registry-client:jar:1.1.4'
<dependency org="com.rackspacecloud" name="service-registry-client" rev="1.1.4">
<artifact name="service-registry-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rackspacecloud', module='service-registry-client', version='1.1.4')
)
libraryDependencies += "com.rackspacecloud" % "service-registry-client" % "1.1.4"
[com.rackspacecloud/service-registry-client "1.1.4"]