is not current version
Last Version 1.1.5

org.kiwiproject:service-discovery-client 0.1.0

Abstract service discovery API for service registration and lookup

Categories

Categories

CLI User Interface
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

service-discovery-client
Version

Version

0.1.0
Type

Type

jar

Download service-discovery-client 0.1.0


<!-- https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>service-discovery-client</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/
implementation 'org.kiwiproject:service-discovery-client:0.1.0'
// https://jarcasting.com/artifacts/org.kiwiproject/service-discovery-client/
implementation ("org.kiwiproject:service-discovery-client:0.1.0")
'org.kiwiproject:service-discovery-client:jar:0.1.0'
<dependency org="org.kiwiproject" name="service-discovery-client" rev="0.1.0">
  <artifact name="service-discovery-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='service-discovery-client', version='0.1.0')
)
libraryDependencies += "org.kiwiproject" % "service-discovery-client" % "0.1.0"
[org.kiwiproject/service-discovery-client "0.1.0"]