| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.cerner.beadledom |
| ArtifactId | ArtifactIdbeadledom-client-example-client |
| Version | Version3.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-client-example-client/ -->
<dependency>
<groupId>com.cerner.beadledom</groupId>
<artifactId>beadledom-client-example-client</artifactId>
<version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-client-example-client/
implementation 'com.cerner.beadledom:beadledom-client-example-client:3.7'
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-client-example-client/
implementation ("com.cerner.beadledom:beadledom-client-example-client:3.7")
'com.cerner.beadledom:beadledom-client-example-client:jar:3.7'
<dependency org="com.cerner.beadledom" name="beadledom-client-example-client" rev="3.7">
<artifact name="beadledom-client-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.beadledom', module='beadledom-client-example-client', version='3.7')
)
libraryDependencies += "com.cerner.beadledom" % "beadledom-client-example-client" % "3.7"
[com.cerner.beadledom/beadledom-client-example-client "3.7"]