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