h

helidon-service-registry

Service registry (a replacement for service loader that allows dependencies on other services), and API necessary to declare services.
Files download
File Operation
helidon-service-registry-4.1.2.jar download
helidon-service-registry-4.1.2.pom download
helidon-service-registry-4.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.service</groupId>
  <artifactId>helidon-service-registry</artifactId>
  <version>4.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.service:helidon-service-registry:4.1.2'
Gradle Kotlin
implementation("io.helidon.service:helidon-service-registry:4.1.2")
Scala SBT
libraryDependencies += "io.helidon.service" % "helidon-service-registry" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.service', module='helidon-service-registry', version='4.1.2')
)
Apache Ivy
<dependency org="io.helidon.service" name="helidon-service-registry" rev="4.1.2" />
Leiningen
[io.helidon.service/helidon-service-registry "4.1.2"]
Apache Buildr
'io.helidon.service:helidon-service-registry:jar:4.1.2'