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