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