o

openmrs-atomfeed

Atomfeed publisher and consumer for OpenMRS.
https://github.com/ICT4H/openmrs-atomfeed
Apache License, Version 2.0
ICT4H
Files download
File Operation
openmrs-atomfeed-2.5.6.pom download
Apache Maven
<dependency>
  <groupId>org.ict4h.openmrs</groupId>
  <artifactId>openmrs-atomfeed</artifactId>
  <version>2.5.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ict4h.openmrs:openmrs-atomfeed:2.5.6'
Gradle Kotlin
implementation("org.ict4h.openmrs:openmrs-atomfeed:2.5.6")
Scala SBT
libraryDependencies += "org.ict4h.openmrs" % "openmrs-atomfeed" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='org.ict4h.openmrs', module='openmrs-atomfeed', version='2.5.6')
)
Apache Ivy
<dependency org="org.ict4h.openmrs" name="openmrs-atomfeed" rev="2.5.6" />
Leiningen
[org.ict4h.openmrs/openmrs-atomfeed "2.5.6"]
Apache Buildr
'org.ict4h.openmrs:openmrs-atomfeed:jar:2.5.6'