MVN

com.lightbend.lagom : lagom-service-registry-client-core_2.11

Maven & Gradle

Dec 05, 2019
2 usages
2.6k stars

lagom-service-registry-client-core · lagom-service-registry-client-core

<dependency>
    <groupId>com.lightbend.lagom</groupId>
    <artifactId>lagom-service-registry-client-core_2.11</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.lagom : lagom-service-registry-client-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5
  • Latest Release Candidate: 1.5.0-RC2

All Versions

Choose a version of com.lightbend.lagom : lagom-service-registry-client-core_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
lagom-service-registry-client-core_2.11-1.5.5
lagom-service-registry-client-core_2.11-1.5.4
lagom-service-registry-client-core_2.11-1.5.3
lagom-service-registry-client-core_2.11-1.5.1
lagom-service-registry-client-core_2.11-1.5.0
lagom-service-registry-client-core_2.11-1.5.0-RC2
lagom-service-registry-client-core_2.11-1.5.0-RC1-26-g7d68234
lagom-service-registry-client-core_2.11-1.5.0-RC1
lagom-service-registry-client-core_2.11-1.5.0-M4
lagom-service-registry-client-core_2.11-1.5.0-M3
lagom-service-registry-client-core_2.11-1.5.0-M2
lagom-service-registry-client-core_2.11-1.5.0-M1

How to add a dependency to Maven

Add the following com.lightbend.lagom : lagom-service-registry-client-core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.lagom</groupId>
    <artifactId>lagom-service-registry-client-core_2.11</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.lagom : lagom-service-registry-client-core_2.11 gradle dependency to your build.gradle file:

implementation 'com.lightbend.lagom:lagom-service-registry-client-core_2.11:1.5.5'

Gradle Kotlin DSL: Add the following com.lightbend.lagom : lagom-service-registry-client-core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.lagom:lagom-service-registry-client-core_2.11:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.lagom : lagom-service-registry-client-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.lagom" % "lagom-service-registry-client-core_2.11" % "1.5.5"