| Categories |
CategoriesConfiguration Application Layer Libs config |
|---|---|
| GroupId | GroupIdcom.cerner.beadledom |
| ArtifactId | ArtifactIdbeadledom-configuration |
| Version | Version3.7.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-configuration/ -->
<dependency>
<groupId>com.cerner.beadledom</groupId>
<artifactId>beadledom-configuration</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-configuration/
implementation 'com.cerner.beadledom:beadledom-configuration:3.7.1'
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-configuration/
implementation ("com.cerner.beadledom:beadledom-configuration:3.7.1")
'com.cerner.beadledom:beadledom-configuration:jar:3.7.1'
<dependency org="com.cerner.beadledom" name="beadledom-configuration" rev="3.7.1">
<artifact name="beadledom-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.beadledom', module='beadledom-configuration', version='3.7.1')
)
libraryDependencies += "com.cerner.beadledom" % "beadledom-configuration" % "3.7.1"
[com.cerner.beadledom/beadledom-configuration "3.7.1"]