Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cerner.beadledom |
ArtifactId | ArtifactIdbeadledom-client-example-client |
Version | Version2.9 |
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>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-client-example-client/
implementation 'com.cerner.beadledom:beadledom-client-example-client:2.9'
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-client-example-client/
implementation ("com.cerner.beadledom:beadledom-client-example-client:2.9")
'com.cerner.beadledom:beadledom-client-example-client:jar:2.9'
<dependency org="com.cerner.beadledom" name="beadledom-client-example-client" rev="2.9">
<artifact name="beadledom-client-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.beadledom', module='beadledom-client-example-client', version='2.9')
)
libraryDependencies += "com.cerner.beadledom" % "beadledom-client-example-client" % "2.9"
[com.cerner.beadledom/beadledom-client-example-client "2.9"]