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