| License |
License |
|---|---|
| GroupId | GroupIdcom.redhat.lightblue |
| ArtifactId | ArtifactIdlightblue-bom |
| Version | Version2.6.5 |
| Type | Typepom |
| Description |
DescriptionLightblue bom
|
| Filename | Size |
|---|---|
| lightblue-bom-2.6.5.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-bom/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-bom</artifactId>
<version>2.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-bom/
implementation 'com.redhat.lightblue:lightblue-bom:2.6.5'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-bom/
implementation ("com.redhat.lightblue:lightblue-bom:2.6.5")
'com.redhat.lightblue:lightblue-bom:pom:2.6.5'
<dependency org="com.redhat.lightblue" name="lightblue-bom" rev="2.6.5">
<artifact name="lightblue-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-bom', version='2.6.5')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-bom" % "2.6.5"
[com.redhat.lightblue/lightblue-bom "2.6.5"]