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