GroupId | GroupIdcom.redhat.lightblue |
---|---|
ArtifactId | ArtifactIdlightblue-core-misc |
Version | Version2.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-misc</artifactId>
<version>2.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/
implementation 'com.redhat.lightblue:lightblue-core-misc:2.15.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/
implementation ("com.redhat.lightblue:lightblue-core-misc:2.15.0")
'com.redhat.lightblue:lightblue-core-misc:jar:2.15.0'
<dependency org="com.redhat.lightblue" name="lightblue-core-misc" rev="2.15.0">
<artifact name="lightblue-core-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-core-misc', version='2.15.0')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-core-misc" % "2.15.0"
[com.redhat.lightblue/lightblue-core-misc "2.15.0"]