Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.carewebframework |
ArtifactId | ArtifactIdorg.carewebframework.fhir.client |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.fhir.client/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.fhir.client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.fhir.client/
implementation 'org.carewebframework:org.carewebframework.fhir.client:1.1'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.fhir.client/
implementation ("org.carewebframework:org.carewebframework.fhir.client:1.1")
'org.carewebframework:org.carewebframework.fhir.client:jar:1.1'
<dependency org="org.carewebframework" name="org.carewebframework.fhir.client" rev="1.1">
<artifact name="org.carewebframework.fhir.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.fhir.client', version='1.1')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.fhir.client" % "1.1"
[org.carewebframework/org.carewebframework.fhir.client "1.1"]