is not current version
Last Version 1.6.8-RC1

com.lightbend.lagom:lagom-bom 1.6.5-RC2

lagom-bom

GroupId

GroupId

com.lightbend.lagom
ArtifactId

ArtifactId

lagom-bom
Version

Version

1.6.5-RC2
Type

Type

pom

Download lagom-bom 1.6.5-RC2

Filename Size
lagom-bom-1.6.5-RC2.pom 24 KB
Browse

<!-- https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-bom/ -->
<dependency>
    <groupId>com.lightbend.lagom</groupId>
    <artifactId>lagom-bom</artifactId>
    <version>1.6.5-RC2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-bom/
implementation 'com.lightbend.lagom:lagom-bom:1.6.5-RC2'
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-bom/
implementation ("com.lightbend.lagom:lagom-bom:1.6.5-RC2")
'com.lightbend.lagom:lagom-bom:pom:1.6.5-RC2'
<dependency org="com.lightbend.lagom" name="lagom-bom" rev="1.6.5-RC2">
  <artifact name="lagom-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.lagom', module='lagom-bom', version='1.6.5-RC2')
)
libraryDependencies += "com.lightbend.lagom" % "lagom-bom" % "1.6.5-RC2"
[com.lightbend.lagom/lagom-bom "1.6.5-RC2"]