GroupId | GroupIdorg.ict4h.openmrs |
---|---|
ArtifactId | ArtifactIdopenmrs-atomfeed-common |
Version | Version2.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-common/ -->
<dependency>
<groupId>org.ict4h.openmrs</groupId>
<artifactId>openmrs-atomfeed-common</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-common/
implementation 'org.ict4h.openmrs:openmrs-atomfeed-common:2.5.4'
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed-common/
implementation ("org.ict4h.openmrs:openmrs-atomfeed-common:2.5.4")
'org.ict4h.openmrs:openmrs-atomfeed-common:jar:2.5.4'
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed-common" rev="2.5.4">
<artifact name="openmrs-atomfeed-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed-common', version='2.5.4')
)
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed-common" % "2.5.4"
[org.ict4h.openmrs/openmrs-atomfeed-common "2.5.4"]