| GroupId | GroupIdorg.ict4h.openmrs |
|---|---|
| ArtifactId | ArtifactIdopenmrs-atomfeed |
| Version | Version2.5.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openmrs-atomfeed-2.5.5.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed/ -->
<dependency>
<groupId>org.ict4h.openmrs</groupId>
<artifactId>openmrs-atomfeed</artifactId>
<version>2.5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed/
implementation 'org.ict4h.openmrs:openmrs-atomfeed:2.5.5'
// https://jarcasting.com/artifacts/org.ict4h.openmrs/openmrs-atomfeed/
implementation ("org.ict4h.openmrs:openmrs-atomfeed:2.5.5")
'org.ict4h.openmrs:openmrs-atomfeed:pom:2.5.5'
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed" rev="2.5.5">
<artifact name="openmrs-atomfeed" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed', version='2.5.5')
)
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed" % "2.5.5"
[org.ict4h.openmrs/openmrs-atomfeed "2.5.5"]