s

service-discovery-client

Abstract service discovery API for service registration and lookup
https://github.com/kiwiproject/service-discovery-client
Files download
File Operation
service-discovery-client-2.1.3.jar download
service-discovery-client-2.1.3.pom download
service-discovery-client-2.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>service-discovery-client</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:service-discovery-client:2.1.3'
Gradle Kotlin
implementation("org.kiwiproject:service-discovery-client:2.1.3")
Scala SBT
libraryDependencies += "org.kiwiproject" % "service-discovery-client" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='service-discovery-client', version='2.1.3')
)
Apache Ivy
<dependency org="org.kiwiproject" name="service-discovery-client" rev="2.1.3" />
Leiningen
[org.kiwiproject/service-discovery-client "2.1.3"]
Apache Buildr
'org.kiwiproject:service-discovery-client:jar:2.1.3'