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