GroupId | GroupIdcom.redhat.lightblue |
---|---|
ArtifactId | ArtifactIdlightblue-bom-parent |
Version | Version2.0.15 |
Type | Typepom |
Filename | Size |
---|---|
lightblue-bom-parent-2.0.15.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>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-bom-parent/
implementation 'com.redhat.lightblue:lightblue-bom-parent:2.0.15'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-bom-parent/
implementation ("com.redhat.lightblue:lightblue-bom-parent:2.0.15")
'com.redhat.lightblue:lightblue-bom-parent:pom:2.0.15'
<dependency org="com.redhat.lightblue" name="lightblue-bom-parent" rev="2.0.15">
<artifact name="lightblue-bom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-bom-parent', version='2.0.15')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-bom-parent" % "2.0.15"
[com.redhat.lightblue/lightblue-bom-parent "2.0.15"]