GroupId | GroupIdcom.redhat.lightblue |
---|---|
ArtifactId | ArtifactIdlightblue-core-misc |
Version | Version2.9.0 |
Type | Typejar |
Filename | Size |
---|---|
lightblue-core-misc-2.9.0.pom | |
lightblue-core-misc-2.9.0.jar | 13 KB |
lightblue-core-misc-2.9.0-sources.jar | 7 KB |
lightblue-core-misc-2.9.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-misc</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/
implementation 'com.redhat.lightblue:lightblue-core-misc:2.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-misc/
implementation ("com.redhat.lightblue:lightblue-core-misc:2.9.0")
'com.redhat.lightblue:lightblue-core-misc:jar:2.9.0'
<dependency org="com.redhat.lightblue" name="lightblue-core-misc" rev="2.9.0">
<artifact name="lightblue-core-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-core-misc', version='2.9.0')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-core-misc" % "2.9.0"
[com.redhat.lightblue/lightblue-core-misc "2.9.0"]