Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.redhat.lightblue |
ArtifactId | ArtifactIdlightblue-core-config |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
lightblue-core-config-1.8.0.pom | |
lightblue-core-config-1.8.0.jar | 27 KB |
lightblue-core-config-1.8.0-sources.jar | 17 KB |
lightblue-core-config-1.8.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-config/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-config</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-config/
implementation 'com.redhat.lightblue:lightblue-core-config:1.8.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-config/
implementation ("com.redhat.lightblue:lightblue-core-config:1.8.0")
'com.redhat.lightblue:lightblue-core-config:jar:1.8.0'
<dependency org="com.redhat.lightblue" name="lightblue-core-config" rev="1.8.0">
<artifact name="lightblue-core-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-core-config', version='1.8.0')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-core-config" % "1.8.0"
[com.redhat.lightblue/lightblue-core-config "1.8.0"]